object
Util
Type Members
-
implicit
class
StrictMap[K, A] extends AnyRef
-
implicit
class
StrictSortedMap[K <: Ordered[K], A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
doIntersect[A](left: Set[A], right: Set[A]): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
floorEntry[A, B](sortedMap: SortedMap[A, B], key: A): Option[(A, B)]
-
final
def
getClass(): Class[_]
-
def
getPrivateStaticField[A](clazz: Class[_], name: String): A
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
merge[A, B](left: Map[A, B], right: Map[A, B])(fn: (B, B) ⇒ B): Map[A, B]
-
def
mergeWithUnion[B, C](left: Map[B, Set[C]], right: Map[B, Set[C]]): Map[B, Set[C]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
time(thunk: ⇒ Unit): Duration
-
def
time[A](thunk: ⇒ A): (A, Duration)
-
def
toString(): String
-
def
toSubscriptString(number: Int): 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