Uses of Interface
de.xima.fc.interfaces.workflow.value.IBooleanValueBuilder
-
Packages that use IBooleanValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IBooleanValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IBooleanValueBuilder Modifier and Type Method Description default IBooleanValueBuilderIValueBuilder. asBoolean()default IBooleanValueBuilderIValueConfigurator. asBoolean()Casts this builder to a boolean value builder.default IBooleanValueBuilderIBooleanValueBuilder. asThis()IBooleanValueBuilderIBooleanValueBuilder. value(boolean value)default IBooleanValueBuilderIBooleanValueBuilder. value(Object value)Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IBooleanValueBuilder Modifier and Type Method Description default BuilderISubTypeValueBuilder. whenBoolean(Consumer<? super IBooleanValueBuilder> action)default IValueBuilder<T>IValueBuilder. whenBoolean(Consumer<? super IBooleanValueBuilder> action)default IValueConfiguratorIValueConfigurator. whenBoolean(Consumer<? super IBooleanValueBuilder> action)Execute the given action with this builder as a boolean value builder, if this builder is of that type.
-