| Interface | Description |
|---|---|
| StateNames |
Names of abstract states used for state extraction with
AbstractState.getStateByName(String). |
| TriFunction<T,U,V,R> |
A function taking three parameters.
|
| TriPredicate<T,U,V> |
A predicate taking three parameters.
|