Uses of Interface
de.xima.fc.interfaces.workflow.value.IBooleanValueBuilder
Packages that use IBooleanValueBuilder
-
Uses of IBooleanValueBuilder in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IBooleanValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a boolean value.interfaceAIValueDescriptorfor a boolean value.interfaceAIValueDescriptorBuilderfor creating a boolean value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IBooleanValueBuilderModifier and TypeMethodDescriptiondefault IBooleanValueBuilderIValueBuilder.asBoolean()default IBooleanValueBuilderIValueConfigurator.asBoolean()Casts this builder to a boolean value builder.default IBooleanValueBuilderIBooleanValueBuilder.asThis()IBooleanValueBuilder.value(boolean value) Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IBooleanValueBuilderModifier and TypeMethodDescriptiondefault 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.