Package uk.gov.gchq.koryphe.adapted
-
Class Summary Class Description Adapted<I,AI,AO,O,C> AnAdaptedclass 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> AnInputAdaptedclass is one that applies a function to it's inputs, allowing it to be applied to different input types.StateAgnosticOutputAdapter<T,U,R> AStateAgnosticOutputAdapteris aBiFunctionwhich ignores the first argument (the state) and applies a provided function to the output.