Uses of Interface
net.nuke24.tscript34.p0010.Function
Packages that use Function
-
Uses of Function in net.nuke24.tscript34.p0010.ducer
Fields in net.nuke24.tscript34.p0010.ducer declared as FunctionModifier and TypeFieldDescriptionfinal Function<DucerChunk<I>,DucerState<I, O>> DucerState.processorfinal Function<DucerChunk<I>,DucerState2<I, O>> DucerState2.processorConstructors in net.nuke24.tscript34.p0010.ducer with parameters of type FunctionModifierConstructorDescriptionDucerState(Function<DucerChunk<I>, DucerState<I, O>> processor, InputPortState<I> input, DucerChunk<O> output) DucerState2(Function<DucerChunk<I>, DucerState2<I, O>> processor, DucerChunk<I> passed, DucerChunk<O> output)