Package net.servicestack.func
Interface Predicate2<T1,T2>
-
public interface Predicate2<T1,T2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(T1 a, T2 b)
-
public interface Predicate2<T1,T2>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
apply(T1 a,
T2 b) |