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