| Alt |
Interface for Alt stores.
|
| CMap<K,V,X> |
|
| CMapSupplier<X> |
Helper interface for creating new map instances with automatically inferred types
|
| CSet<T,X> |
|
| CSetSupplier<X> |
Helper interface for creating new set instances with automatically inferred
types
|
| HasData<T> |
|
| ListSupplier |
Helper interface for creating new set instances with automatically inferred types
|
| MapSupplier |
Helper interface for creating new map instances with automatically inferred types
|
| SetSupplier |
Helper interface for creating new set instances with automatically inferred
types
|
| Streamer<V,T> |
A streamer returns a stream of items from a collection-like object (referred to as a 'store')
given as the argument.
|
| StreamTransform<I,O> |
Helper interface to make transformations on streams less verbose
Inherits from Function for out of the box chaining with Function.andThen(Function).
|
| TupleValueFunction<ComponentType,ValueType> |
Map a tuple-like object to a value
|