Uses of Class
org.praxislive.code.CodeFactory.Task
Packages that use CodeFactory.Task
Package
Description
-
Uses of CodeFactory.Task in org.praxislive.audio.code
Constructors in org.praxislive.audio.code with parameters of type CodeFactory.TaskModifierConstructorDescriptionAudioCodeConnector(CodeFactory.Task<AudioCodeDelegate> task, AudioCodeDelegate delegate) AudioCodeConnector(CodeFactory.Task<AudioCodeDelegate> task, AudioCodeDelegate delegate, Class<? extends AudioCodeDelegate> previousClass) -
Uses of CodeFactory.Task in org.praxislive.code
Methods in org.praxislive.code that return CodeFactory.TaskModifier and TypeMethodDescriptionCodeFactory.Task.attachLogging(LogBuilder log) Attach a log builder to the task.CodeFactory.Task.attachPrevious(Class<D> previous) Attach the previous iteration of delegate class, if available, that is being replaced.CodeFactory.task()Create a task for constructing a context or component from a delegate class.Method parameters in org.praxislive.code with type arguments of type CodeFactory.TaskModifier and TypeMethodDescriptionstatic <B extends CodeDelegate>
CodeFactory.Base<B> CodeFactory.base(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a componentCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeContainerDelegate>
CodeFactory.Base<B> CodeFactory.containerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a containerCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeRootDelegate>
CodeFactory.Base<B> CodeFactory.rootBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a root componentCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.static <B extends CodeRootContainerDelegate>
CodeFactory.Base<B> CodeFactory.rootContainerBase(Class<B> baseClass, List<String> baseImports, BiFunction<CodeFactory.Task<B>, B, CodeContext<B>> contextCreator) Create a root containerCodeFactory.Basefor the given base delegate class, from which can be created individual CodeFactory instances.Constructors in org.praxislive.code with parameters of type CodeFactory.TaskModifierConstructorDescriptionCodeConnector(CodeFactory.Task<D> task, D delegate) Create a CodeConnector for the provided delegate.Connector(CodeFactory.Task<D> task, D delegate) Connector(CodeFactory.Task<D> task, D delegate) Connector(CodeFactory.Task<D> task, D delegate) -
Uses of CodeFactory.Task in org.praxislive.video.code
Constructors in org.praxislive.video.code with parameters of type CodeFactory.TaskModifierConstructorDescriptionVideoCodeConnector(CodeFactory.Task<VideoCodeDelegate> contextCreator, VideoCodeDelegate delegate) -
Uses of CodeFactory.Task in org.praxislive.video.pgl.code
Constructors in org.praxislive.video.pgl.code with parameters of type CodeFactory.TaskModifierConstructorDescriptionP2DCodeConnector(CodeFactory.Task<P2DCodeDelegate> creator, P2DCodeDelegate delegate) P3DCodeConnector(CodeFactory.Task<P3DCodeDelegate> creator, P3DCodeDelegate delegate)