Uses of Interface
de.xima.fc.interfaces.workflow.value.IVoidValueBuilder
Packages that use IVoidValueBuilder
-
Uses of IVoidValueBuilder in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IVoidValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a void value.interfaceAIValueDescriptorfor a void value.Methods in de.xima.fc.interfaces.workflow.value that return IVoidValueBuilderModifier and TypeMethodDescriptiondefault IVoidValueBuilderIVoidValueBuilder.asThis()default IVoidValueBuilderIValueBuilder.asVoid()default IVoidValueBuilderIValueConfigurator.asVoid()Casts this builder to a void value builder.default IVoidValueBuilderMethod parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IVoidValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenVoid(Consumer<? super IVoidValueBuilder> action) default IValueBuilder<T> IValueBuilder.whenVoid(Consumer<? super IVoidValueBuilder> action) default IValueConfiguratorIValueConfigurator.whenVoid(Consumer<? super IVoidValueBuilder> action) Execute the given action with this builder as a void value builder, if this builder is of that type.