Uses of Class
ch.ivyteam.ivy.scripting.objects.Tuple
Packages that use Tuple
-
Uses of Tuple in ch.ivyteam.ivy.bpm.engine.client
Methods in ch.ivyteam.ivy.bpm.engine.client with parameters of type Tuple -
Uses of Tuple in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return TupleModifier and TypeMethodDescriptionstatic TupleTuple.createEmpty()Creates an empty tuple with empty tuple type "<>".Tuple.readOnlyTuple()Creates a read-only version of the given tuple.Tuple.writableTuple()Creates a writable version of the given tuple.