- Type Parameters:
T - the first parameter type
U - the second parameter type
- All Superinterfaces:
- Func2<T,U,java.lang.Boolean>
public interface Pred2<T,U>
extends Func2<T,U,java.lang.Boolean>
A convenience extension interface over the Func2 with
the return type fixed as boolean.