See: Description
| Interface | Description |
|---|---|
| BoundMethod |
Functional interface to allow executing functions having any number of arguments and returning any results.
|
| MethodBinding |
Defines custom functions usable in expressions.
|
| Class | Description |
|---|---|
| AbstractMethodBinding |
Base class for implementors of
MethodBinding. |
| InstanceMethodBinding |
Configures given instance
Method to be executed as function in expression. |
| StaticMethodBinding |
Configures given static
Method to be executed as function in expression. |
Copyright © 2019 Power Flows. All rights reserved.