Byte.G.Lookup.Stable

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

Def

@targetName("get_Opt")
def get_?(key: A): Opt.type[B]
def join(k: A, v: B): Byte.G.Lookup.Stable[A, B]
def joinAll(v: ~[(A, B)]): Byte.G.Lookup.Stable[A, B]
@targetName("key_Stream")
override def key_~: Byte.G.~[A]
Definition Classes
Source
Lookup.scala
@targetName("pair_Stream")
def pair_~: ~[(A, B)]
def size: Int

Inherited

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

Value stream

Value stream

Returns a Stream of all values for this Lookup

Inherited from
Lookup
Source
__.scala
@targetName("_join")
inline def +(inline key: A, inline v: B): THIS_TYPE

Alias for join

Alias for join

Creates a new Stable with given key/value joined

Inherited from
Stable
Source
__.scala
@targetName("_joinAll")
inline def ++(inline v: ~[(A, B)]): THIS_TYPE

Alias for joinAll

Alias for joinAll

Creates a new Stable with all given key/value pairs joined

Inherited from
Stable
Source
__.scala
override def get(v: A): B
Definition Classes
Inherited from
Lookup
Source
Lookup.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