Uses of Interface
de.xima.fc.interfaces.workflow.value.ITupleValueBuilder
-
Packages that use ITupleValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of ITupleValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return ITupleValueBuilder Modifier and Type Method Description default ITupleValueBuilder
ITupleValueBuilder. asThis()
default ITupleValueBuilder
IValueBuilder. asTuple()
default ITupleValueBuilder
IValueConfigurator. asTuple()
Casts this builder to a tuple value builder.ITupleValueBuilder
ITupleValueBuilder. set(int index, IValueCreator creator)
Sets the value at the given index of the tuple.default ITupleValueBuilder
ITupleValueBuilder. set(int index, Class<?> memberClass, IValueCreator creator)
Deprecated.default ITupleValueBuilder
ITupleValueBuilder. set(int index, Object value)
Sets the value at the given index of the tuple.default ITupleValueBuilder
ITupleValueBuilder. value(Object value)
Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type ITupleValueBuilder Modifier and Type Method Description default Builder
ISubTypeValueBuilder. whenTuple(Consumer<? super ITupleValueBuilder> action)
default IValueBuilder<T>
IValueBuilder. whenTuple(Consumer<? super ITupleValueBuilder> action)
default IValueConfigurator
IValueConfigurator. whenTuple(Consumer<? super ITupleValueBuilder> action)
Execute the given action with this builder as a tuple value builder, if this builder is of that type.
-