Interface TriPredicate<T,U,W>
-
public interface TriPredicate<T,U,W>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(T t, U u, W w)
-
public interface TriPredicate<T,U,W>
Modifier and Type | Method | Description |
---|---|---|
boolean |
test(T t,
U u,
W w) |