Class KoryphePredicate4<T,U,V,W>
- java.lang.Object
-
- uk.gov.gchq.koryphe.predicate.KoryphePredicate<TUPLE>
-
- uk.gov.gchq.koryphe.tuple.predicate.KoryphePredicateN<Tuple4<T,U,V,W>>
-
- uk.gov.gchq.koryphe.tuple.predicate.KoryphePredicate4<T,U,V,W>
-
public abstract class KoryphePredicate4<T,U,V,W> extends KoryphePredicateN<Tuple4<T,U,V,W>>
-
-
Constructor Summary
Constructors Constructor Description KoryphePredicate4()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
test(T t, U u, V v, W w)
-
Methods inherited from class uk.gov.gchq.koryphe.tuple.predicate.KoryphePredicateN
test
-
Methods inherited from class uk.gov.gchq.koryphe.predicate.KoryphePredicate
equals, hashCode
-
-