T0
T1
public interface Predicate2<T0,T1> extends Function<Boolean>
boolean
static Predicate2<Object,Object>
FALSE
false
TRUE
true
apply(T0 v0, T1 v1)
static final Predicate2<Object,Object> TRUE
Functions.truePredicate1()
static final Predicate2<Object,Object> FALSE
Functions.falsePredicate1()
boolean apply(T0 v0, T1 v1)
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.