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