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
IValueBuilder. asTuple()
Casts this builder to a tuple value builder.<T> ITupleValueBuilder
ITupleValueBuilder. set(int index, Class<? extends T> memberClass, IValueCreator<T> creator)
Sets the value at the given index of the tuple.default <T> ITupleValueBuilder
ITupleValueBuilder. set(int index, T value)
Sets the value at the given index of the tuple.default ITupleValueBuilder
ITupleValueBuilder. value(List<?> value)
-