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 INullValueBuilderIValueBuilder. asNull()default INullValueBuilderIValueConfigurator. asNull()Casts this builder to a null value builder.default INullValueBuilderINullValueBuilder. asThis()default INullValueBuilderINullValueBuilder. value(Object value)Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type INullValueBuilder Modifier and Type Method Description default BuilderISubTypeValueBuilder. whenNull(Consumer<? super INullValueBuilder> action)default IValueBuilder<T>IValueBuilder. whenNull(Consumer<? super INullValueBuilder> action)default IValueConfiguratorIValueConfigurator. whenNull(Consumer<? super INullValueBuilder> action)Execute the given action with this builder as a null value builder, if this builder is of that type.
-