arrImplicit
Extension class for Arr[Statement].
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Find the sole Array[Int] expression from this Arr[Statement] extension method. Returns bad if absent or multiple Statements resolve to Expr[Array[Int]].
Find the sole Array[Int] expression from this Arr[Statement] extension method. Returns bad if absent or multiple Statements resolve to Expr[Array[Int]].
Attributes
Finds an IntSetting [Expr] from this Arr[Statement] extension method.
Finds an IntSetting [Expr] from this Arr[Statement] extension method.
Attributes
Find Setting of key type KT type T from this Arr[Statement]. Extension method.
Find Setting of key type KT type T from this Arr[Statement]. Extension method.
Attributes
Find Setting of key type KT type T from this Arr[Statement] or return default value. Extension method.
Find Setting of key type KT type T from this Arr[Statement] or return default value. Extension method.
Attributes
Find Identifier setting of type T from this Arr[Statement]. Extension method.
Find Identifier setting of type T from this Arr[Statement]. Extension method.
Attributes
Find idnetifier setting of value type T from this Arr[Statement] or return the default value parameter. Extension method
Find idnetifier setting of value type T from this Arr[Statement] or return the default value parameter. Extension method
Attributes
Finds a setting [Expr] from this Arr[Statement] extension method.
Finds a setting [Expr] from this Arr[Statement] extension method.
Attributes
Find Identifier setting of an Identifier from this Arr[Statement]. Extension method.
Find Identifier setting of an Identifier from this Arr[Statement]. Extension method.
Attributes
Find Identifier setting of an Identifier from this Arr[Statement]. Extension method.
Find Identifier setting of an Identifier from this Arr[Statement]. Extension method.
Attributes
Find Setting of the given name and type Int from this Arr[Statement] Extension method.
Find Setting of the given name and type Int from this Arr[Statement] Extension method.
Attributes
Searches for the setting of the correct type. If not found it searches for a unique setting / value of the correct type.
Searches for the setting of the correct type. If not found it searches for a unique setting / value of the correct type.
Attributes
Find Statement of type T, if its unique from this Arr[Statement] and return value.
Find Statement of type T, if its unique from this Arr[Statement] and return value.
Attributes
Find unique instance of type from RSON statement. The unique instance can be a plain value or setting. If no value or duplicate values found use elseValue.
Find unique instance of type from RSON statement. The unique instance can be a plain value or setting. If no value or duplicate values found use elseValue.