Uses of Interface
de.xima.fc.interfaces.workflow.value.INullValueBuilder
Packages that use INullValueBuilder
-
Uses of INullValueBuilder in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type INullValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a null value.interfaceAIValueDescriptorfor a null value.interfaceAIValueDescriptorBuilderfor creating a null value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return INullValueBuilderModifier and TypeMethodDescriptiondefault INullValueBuilderIValueBuilder.asNull()default INullValueBuilderIValueConfigurator.asNull()Casts this builder to a null value builder.default INullValueBuilderINullValueBuilder.asThis()Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type INullValueBuilderModifier and TypeMethodDescriptiondefault 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.