Uses of Class
org.praxislive.core.Info.PortInfoBuilder
Packages that use Info.PortInfoBuilder
-
Uses of Info.PortInfoBuilder in org.praxislive.core
Methods in org.praxislive.core that return Info.PortInfoBuilderModifier and TypeMethodDescriptionCreate a PortInfoBuilder for input ports of the provided base type.Create a PortInfoBuilder for input ports of the provided base type.Create a PortInfoBuilder for output ports of the provided base type.Create a PortInfoBuilder for output ports of the provided base type.Add custom property.Method parameters in org.praxislive.core with type arguments of type Info.PortInfoBuilderModifier and TypeMethodDescriptionInfo.ComponentInfoBuilder.port(String id, Function<Info.PortInfoChooser, Info.PortInfoBuilder> p) Add port info by applying the supplied function to choose and configure a builder.static PortInfoApply the provided function to a PortInfoChooser to choose and customize a PortInfoBuilder and return the resulting PortInfo.