MethodUtils
Attributes
- Graph
-
- Supertypes
- Self type
-
MethodUtils.type
Members list
Value members
Concrete methods
Dynamically calls a method on 'target' with the given name and arguments. Adds the method call to the statements cache and returns it.
Dynamically calls a method on 'target' with the given name and arguments. Adds the method call to the statements cache and returns it.
Attributes
Maybe select a value from expression using a selector and call the provided function if found, or call fallback function if not found.
Maybe select a value from expression using a selector and call the provided function if found, or call fallback function if not found.
Attributes
Maybe select a value from expression using a selector and call the provided function if found, or call fallback function if not found.
Maybe select a value from expression using a selector and call the provided function if found, or call fallback function if not found.
Value parameters
- selector
-
The name of the field or paramless method to select, or the name of the property for which there is getter method