Uses of Interface
de.xima.fc.interfaces.workflow.value.ITupleValueBuilder
Packages that use ITupleValueBuilder
-
Uses of ITupleValueBuilder in de.xima.fc.interfaces.workflow.value
Subclasses with type arguments of type ITupleValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeClassDescriptionstatic final classNode representing a tuple element at a certain index in a tuple value descriptor.Subinterfaces with type arguments of type ITupleValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a tuple value.interfaceAIValueDescriptorfor a tuple value.interfaceAIValueDescriptorBuilderfor creating a tuple value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return ITupleValueBuilderModifier and TypeMethodDescriptiondefault ITupleValueBuilderITupleValueBuilder.asThis()default ITupleValueBuilderIValueBuilder.asTuple()default ITupleValueBuilderIValueConfigurator.asTuple()Casts this builder to a tuple value builder.ITupleValueBuilder.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 ITupleValueBuilderSets the value at the given index of the tuple.Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type ITupleValueBuilderModifier and TypeMethodDescriptiondefault 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.
ITupleValueBuilder.set(int, IValueCreator).