Uses of Class
net.nuke24.tscript34.p0010.ducer.DucerChunk
Packages that use DucerChunk
-
Uses of DucerChunk in net.nuke24.tscript34.p0010.ducer
Fields in net.nuke24.tscript34.p0010.ducer declared as DucerChunkModifier and TypeFieldDescriptionfinal DucerChunk<O>DucerState.outputfinal DucerChunk<O>DucerState2.outputfinal DucerChunk<I>DucerState2.passedFields in net.nuke24.tscript34.p0010.ducer with type parameters of type DucerChunkModifier and TypeFieldDescriptionfinal Function<DucerChunk<I>,DucerState<I, O>> DucerState.processorfinal Function<DucerChunk<I>,DucerState2<I, O>> DucerState2.processorMethods in net.nuke24.tscript34.p0010.ducer with parameters of type DucerChunkModifier and TypeMethodDescriptionDucerState<I,O> DucerState.process(DucerChunk<I> input) DucerState2.process(DucerChunk<I> input) Constructors in net.nuke24.tscript34.p0010.ducer with parameters of type DucerChunkModifierConstructorDescriptionDucerState(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) Constructor parameters in net.nuke24.tscript34.p0010.ducer with type arguments of type DucerChunkModifierConstructorDescriptionDucerState(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)