Uses of Class
org.praxislive.core.Info.ArgumentInfoChooser
-
Packages that use Info.ArgumentInfoChooser Package Description org.praxislive.core -
-
Uses of Info.ArgumentInfoChooser in org.praxislive.core
Methods in org.praxislive.core that return Info.ArgumentInfoChooser Modifier and Type Method Description static Info.ArgumentInfoChooser
Info. argument()
Get an ArgumentInfoChooser to choose an ArgumentInfoBuilder.Method parameters in org.praxislive.core with type arguments of type Info.ArgumentInfoChooser 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.
-