apply

abstract fun apply(input: I): O

Performs preprocessing operation on the input.

Return

an output of the operation of type O.

Parameters

input

is an input to the operation of type I.