Short.G.Lookup

trait Lookup[A <: RAW, +B] extends Lookup[A, B]
Companion
object
Source
Lookup.scala
trait Lookup[A, B]
trait Collection[B]
trait Able.Size
trait Able.~[B]
class Object
trait Matchable
class Any

Def

override def get(v: A): B
Definition Classes
Source
Lookup.scala
@targetName("get_Opt")
def get_?(key: A): Opt.type[B]
@targetName("key_Stream")
override def key_~: Short.G.~[A]
Definition Classes
Source
Lookup.scala

Inherited

@targetName("stream")
def ~: ~[B]

Value stream

Value stream

Returns a Stream of all values for this Lookup

Inherited from
Lookup
Source
__.scala
@targetName("get_Stream")
def get_~(keys: ~[A]): ~[B]

Multi key lookup

Multi key lookup

Returns a stream of values for given stream of keys.

Note: There may be less values, than keys. Keys with no assosiated values are ignored.

Inherited from
Lookup
Source
__.scala
def isEmpty: Boolean
Inherited from
Size
Source
Size.scala
@targetName("pair_Stream")
def pair_~: ~[(A, B)]

Key/value pair stream

Key/value pair stream

Returns a Stream of all key/value pairs for this Lookup

Inherited from
Lookup
Source
__.scala
def size: Int
Inherited from
Collection
Source
__.scala