Uses of Interface
de.xima.fc.interfaces.workflow.value.IVoidValueBuilder
-
Packages that use IVoidValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IVoidValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IVoidValueBuilder Modifier and Type Method Description default IVoidValueBuilder
IVoidValueBuilder. asThis()
default IVoidValueBuilder
IValueBuilder. asVoid()
default IVoidValueBuilder
IValueConfigurator. asVoid()
Casts this builder to a void value builder.default IVoidValueBuilder
IVoidValueBuilder. value(Object value)
Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IVoidValueBuilder Modifier and Type Method Description default Builder
ISubTypeValueBuilder. whenVoid(Consumer<? super IVoidValueBuilder> action)
default IValueBuilder<T>
IValueBuilder. whenVoid(Consumer<? super IVoidValueBuilder> action)
default IValueConfigurator
IValueConfigurator. whenVoid(Consumer<? super IVoidValueBuilder> action)
Execute the given action with this builder as a void value builder, if this builder is of that type.
-