| Interface | Description |
|---|---|
| ObjLongFunction<T,U> |
A functional interface of functions taking a reference argument and a long, returning a reference.
|
| ObjLongPredicate<T> |
A predicate that tests an object and a long.
|
| ObjObjLongFunction<T,U,R> |
A functional interface of a function taking two objects and a long and returning an object.
|
| ObjObjLongPredicate<T,U> |
A predicate testing two objects and a long.
|
| QuaternaryFunction<T,U,V,W,R> |
A functional interface for a function that accepts four arguments and returns a result.
|
| QuaternaryPredicate<T,U,V,W> |
A functional interface for a function that accepts four arguments and returns a result.
|