Module com.jongsoft.lang
Package com.jongsoft.lang
This package contains all interfaces used through out the functional library.
Interface | Description |
Value | A wrapper interface that can contain any number of elements |
Interface | Description |
Streamable | Indicating the implementation can provide a Java stream |
- Since:
- 0.0.1
-
Interface Summary Interface Description Streamable<T> This interface indicates that the class implements theStreamable.stream()
method.Value<T> The Value interface represents a simple wrapped value. -
Class Summary Class Description API The API class allows access to the libraries interfaces and control structures.Collections Control Dates ValueType<T> The ValueType class represents an immutable wrapper around a data entity.