object
Util
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
chainEx[T](str: ⇒ String, verbose: Boolean = true)(f: ⇒ Future[T])(implicit executionContext: ExecutionContext): Future[T]
-
def
clearMetrics(): Unit
-
def
clone(): AnyRef
-
val
codeMetricsData: TrieMap[String, CodeMetrics]
-
def
delta(name: String, delta: Double): Double
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getMetrics: Map[String, Map[String, AnyRef]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
mod(a: Long, b: Int): Int
-
def
monitorBlock[T](name: String)(f: ⇒ T): T
-
def
monitorFuture[T](name: String)(f: ⇒ Future[T])(implicit executionContext: ExecutionContext): Future[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
now: FiniteDuration
-
val
scalarData: TrieMap[String, AtomicDouble]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toDigits(number: Long, radix: Int): List[Int]
-
def
toDigits(number: BigInt, radix: Int): List[Int]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any