Package com.perforce.p4java.common.function
-
Interface Summary Interface Description BiPredicate<T,U> Function<T,R> Represents a function that accepts one argument and produces a result.FunctionWithException<T,R>
| Interface | Description |
|---|---|
| BiPredicate<T,U> | |
| Function<T,R> |
Represents a function that accepts one argument and produces a result.
|
| FunctionWithException<T,R> |