-
class
Formal argument for arrays.
class
Base class of formal arguments whose type is composite.
class
Formal argument for lists.
class
Formal argument for maps.
class
Formal argument for sets.
FormalArg.Builder.build()
Returns the argument that has a position.
Returns the argument that has a name.
Merges 2 formal arguments.
<T> T
Returns the value associated to a formal argument or null.
<T> T
Returns the value associated to a formal argument or a default value.
boolean
boolean
boolean
Returns true if this tuple contains an argument whose name matches the name of a formal argument.
boolean
final boolean
Returns true if this formal argument is weaker than another one.
Merges 2 formal arguments.
Creates an effective argument that is compliant with a formal argument.
Creates a tuple of formal arguments from an array.
Creates a tuple of formal arguments from a list.