All Classes and Interfaces
Class
Description
Equivalent to java.util.function.BiFunction
The state of a stream processor, including
queued-byt-not-yet-consumed input data, and output data.
The of a stream processor, including the data
data output by the most recent update,
input data that was passed on,
and a function to advance the state given
new input data.
Equivalent to java.util.function.Function
Represents a value by an encoding identified by the tag.
Represents the state of a Danducer input port,
which can be open or closed, and have some
queued but not-processed data.
J[ava] T[yped] [Value] Supplier:
A Supplier with the potential to dynamically return different
representations of the value based on the requested Java class.
Equivalent to java.util.function.Supplier