- Source
- Lookup.scala
trait Collection[Int.G.Lookup.Stable.B]
trait Able.Size
trait Able.Stream[Int.G.Lookup.Stable.B]
class java.lang.Object
trait scala.Matchable
class Any
Def
Element by key
Element by key
Returns element associated with the given key
Note. This operation will fail, if value is not found. Thus, use safer getOpt in most cases
- Definition Classes
- Inherited from
- Lookup
- Source
- Lookup.scala
Optional element by key
Optional element by key
Optionally returns element associated with the given key
- Definition Classes
- Source
- Lookup.scala
Join key/value association
Join key/value association
Creates a new Stable with given key/value joined
- Definition Classes
- Source
- Lookup.scala
Join multiple key/value associations
Join multiple key/value associations
Creates a new Stable with all given key/value pairs joined
- Definition Classes
- Source
- Lookup.scala
Key stream
Key stream
Returns a Stream of all keys for this Lookup
- Definition Classes
- Source
- Lookup.scala
Key/value pair stream
Key/value pair stream
Returns a Stream of all key/value pairs for this Lookup
- Definition Classes
- Source
- Lookup.scala