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 IBooleanValueBuilder
IValueBuilder. asBoolean()
default IBooleanValueBuilder
IValueConfigurator. asBoolean()
Casts this builder to a boolean value builder.default IBooleanValueBuilder
IBooleanValueBuilder. asThis()
IBooleanValueBuilder
IBooleanValueBuilder. value(boolean value)
default IBooleanValueBuilder
IBooleanValueBuilder. value(Object value)
Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IBooleanValueBuilder Modifier and Type Method Description default Builder
ISubTypeValueBuilder. whenBoolean(Consumer<? super IBooleanValueBuilder> action)
default IValueBuilder<T>
IValueBuilder. whenBoolean(Consumer<? super IBooleanValueBuilder> action)
default IValueConfigurator
IValueConfigurator. whenBoolean(Consumer<? super IBooleanValueBuilder> action)
Execute the given action with this builder as a boolean value builder, if this builder is of that type.
-