Uses of Class
org.praxislive.core.Info.ArgumentInfoBuilder
-
Packages that use Info.ArgumentInfoBuilder Package Description org.praxislive.core -
-
Uses of Info.ArgumentInfoBuilder in org.praxislive.core
Classes in org.praxislive.core with type parameters of type Info.ArgumentInfoBuilder Modifier and Type Class Description static class
Info.ArgumentInfoBuilder<T extends Info.ArgumentInfoBuilder<T>>
Abstract base class for ArgumentInfoBuilders.Subclasses of Info.ArgumentInfoBuilder in org.praxislive.core Modifier and Type Class Description static class
Info.NumberInfoBuilder
Builder for ArgumentInfo of PNumber.static class
Info.StringInfoBuilder
Builder for ArgumentInfo of PString.static class
Info.ValueInfoBuilder
Builder for ArgumentInfo of any Value type.Method parameters in org.praxislive.core with type arguments of type Info.ArgumentInfoBuilder Modifier and Type Method Description static ArgumentInfo
Info. argument(Function<Info.ArgumentInfoChooser,Info.ArgumentInfoBuilder<?>> a)
Apply the provided function to an ArgumentInfoChooser to choose and configure an ArgumentInfoBuilder and return the resulting ArgumentInfo.Info.PropertyInfoBuilder
Info.PropertyInfoBuilder. input(Function<Info.ArgumentInfoChooser,Info.ArgumentInfoBuilder<?>> a)
Add input ArgumentInfo by applying the provided function to choose and configure an ArgumentInfoBuilder.Info.ReadOnlyPropertyInfoBuilder
Info.ReadOnlyPropertyInfoBuilder. output(Function<Info.ArgumentInfoChooser,Info.ArgumentInfoBuilder<?>> a)
Add output ArgumentInfo by applying the provided function to choose and configure an ArgumentInfoBuilder.
-