Uses of Class
org.praxislive.code.userapi.Data.Sink
Packages that use Data.Sink
-
Uses of Data.Sink in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Data.SinkModifier and TypeMethodDescriptionData.Sink.onAccumulate(BinaryOperator<T> accumulator) Function to accumulate instances of T.Data.Sink.onClear(UnaryOperator<T> clearer) Function to clear an instance of T when required, at the head of a pipe chain, prior to accumulation, etc.Data.Sink.onCreate(UnaryOperator<T> creator) Function to get an instance of T when a new data packet is being created.Function to dispose of an instance of T.Data.Sink.onValidate(BiPredicate<T, T> validator) Function to validate a source Data.Packet value against a destination Data.Packet value.