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 ITupleValueBuilderITupleValueBuilder. asThis()default ITupleValueBuilderIValueBuilder. asTuple()default ITupleValueBuilderIValueConfigurator. asTuple()Casts this builder to a tuple value builder.ITupleValueBuilderITupleValueBuilder. set(int index, IValueCreator creator)Sets the value at the given index of the tuple.default ITupleValueBuilderITupleValueBuilder. set(int index, Class<?> memberClass, IValueCreator creator)Deprecated.default ITupleValueBuilderITupleValueBuilder. set(int index, Object value)Sets the value at the given index of the tuple.default ITupleValueBuilderITupleValueBuilder. value(Object value)Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type ITupleValueBuilder Modifier and Type Method Description default BuilderISubTypeValueBuilder. whenTuple(Consumer<? super ITupleValueBuilder> action)default IValueBuilder<T>IValueBuilder. whenTuple(Consumer<? super ITupleValueBuilder> action)default IValueConfiguratorIValueConfigurator. whenTuple(Consumer<? super ITupleValueBuilder> action)Execute the given action with this builder as a tuple value builder, if this builder is of that type.
-