Lookup Collection
In Lookup collection every element is stored with a 'key' and can be accessed (looked up) with this 'key'
It is a greatly simplified equivalent of scala.Map
- Source
- __.scala
trait Collection[Lookup.B]
trait Able.Size
trait Able.Stream[Lookup.B]
class java.lang.Object
trait scala.Matchable
class Any
Def
Optional element by key
Optional element by key
Optionally returns element associated with the given key
- Source
- __.scala
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.
- Source
- __.scala