Package uk.gov.gchq.koryphe.adapted
-
Class Summary Class Description Adapted<I,AI,AO,O,C> AnAdapted
class is one that applies functions to it's inputs and outputs, allowing it to be applied to different input and output types.InputAdapted<I,AI> AnInputAdapted
class is one that applies a function to it's inputs, allowing it to be applied to different input types.StateAgnosticOutputAdapter<T,U,R> AStateAgnosticOutputAdapter
is aBiFunction
which ignores the first argument (the state) and applies a provided function to the output.