Uses of Class
net.nuke24.tscript34.p0010.ducer.DucerState
Packages that use DucerState
-
Uses of DucerState in net.nuke24.tscript34.p0010.ducer
Fields in net.nuke24.tscript34.p0010.ducer with type parameters of type DucerStateModifier and TypeFieldDescriptionfinal Function<DucerChunk<I>,DucerState<I, O>> DucerState.processorMethods in net.nuke24.tscript34.p0010.ducer that return DucerStateModifier and TypeMethodDescriptionDucerState<I,O> DucerState.close()For use by internal processor.DucerState<I,O> DucerState.closeInput()For use by the internal processor.DucerState<I,O> DucerState.closeOutput()For use by internal processor.DucerState<I,O> DucerState.process(DucerChunk<I> input) Constructor parameters in net.nuke24.tscript34.p0010.ducer with type arguments of type DucerStateModifierConstructorDescriptionDucerState(Function<DucerChunk<I>, DucerState<I, O>> processor, InputPortState<I> input, DucerChunk<O> output)