@FunctionalInterface
public interface PairProcessor<S,T>
| Modifier and Type | Method and Description | 
|---|---|
static <S,T> PairProcessor<S,T> | 
alwaysFalse()  | 
static <S,T> PairProcessor<S,T> | 
alwaysTrue()  | 
boolean | 
process(S s,
       T t)  | 
static <S,T> PairProcessor<S,T> alwaysFalse()
static <S,T> PairProcessor<S,T> alwaysTrue()