Uses of Class
org.refcodes.cli.DoubleProperty
-
Uses of DoubleProperty in org.refcodes.cli
Methods in org.refcodes.cli that return DoublePropertyModifier and TypeMethodDescriptionstatic DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.Method parameters in org.refcodes.cli with type arguments of type DoublePropertyModifier and TypeMethodDescriptionstatic DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.static DoublePropertyCliSugar.doubleProperty(String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type DoublePropertyModifierConstructorDescriptionDoubleProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(String aLongOption, String aAlias, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(String aLongOption, String aDescription, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the given arguments.DoubleProperty(org.refcodes.struct.Relation<String, Double> aProperty, Consumer<DoubleProperty> aConsumer) Instantiates a newDoublePropertywith the alias being the proerty's key and the value being the property's value.