Uses of Class
org.refcodes.cli.NoneOperand
-
Uses of NoneOperand in org.refcodes.cli
Methods in org.refcodes.cli that return NoneOperandModifier and TypeMethodDescriptionstatic NoneOperandInstantiates a newNoneOperand.static NoneOperandInstantiates a newNoneOperand.static NoneOperandCliSugar.none(String aAlias, String aDescription, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.static NoneOperandCliSugar.none(String aDescription, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.static NoneOperandInstantiates a newNoneOperand.static NoneOperandCliSugar.none(org.refcodes.struct.Relation<String, Boolean> aProperty, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.NoneOperand.withVisible(boolean isVisible) Visibility in this context means displaying or hiding thisTerm's existence to the user (defaults totrue).Method parameters in org.refcodes.cli with type arguments of type NoneOperandModifier and TypeMethodDescriptionstatic NoneOperandCliSugar.none(String aAlias, String aDescription, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.static NoneOperandCliSugar.none(String aDescription, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.static NoneOperandCliSugar.none(org.refcodes.struct.Relation<String, Boolean> aProperty, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.Constructor parameters in org.refcodes.cli with type arguments of type NoneOperandModifierConstructorDescriptionNoneOperand(String aAlias, String aDescription, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.NoneOperand(String aDescription, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.NoneOperand(org.refcodes.struct.Relation<String, Boolean> aProperty, Consumer<NoneOperand> aConsumer) Instantiates a newNoneOperand.