T1
- the type of the first input to the predicateT2
- the type of the second input to the predicateT3
- the type of the third input to the predicateT4
- the type of the forth input to the predicate@FunctionalInterface public interface Predicate4<T1,T2,T3,T4>
Modifier and Type | Method and Description |
---|---|
boolean |
test(T1 t1,
T2 t2,
T3 t3,
T4 t4)
Evaluates this predicate on the given arguments.
|
boolean test(T1 t1, T2 t2, T3 t3, T4 t4)
t1
- the first input argumentt2
- the second input argumentt3
- the third input argumentt4
- the forth input argumenttrue
if the input arguments matches the predicate,
otherwise false
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.