Uses of Interface
com.google.common.truth.Correspondence.BinaryPredicate
Packages that use Correspondence.BinaryPredicate
-
Uses of Correspondence.BinaryPredicate in com.google.common.truth
Methods in com.google.common.truth with parameters of type Correspondence.BinaryPredicateModifier and TypeMethodDescriptionstatic <A extends @Nullable Object, E extends @Nullable Object>
Correspondence<A, E> Correspondence.from
(Correspondence.BinaryPredicate<A, E> predicate, String description) Constructs aCorrespondence
that compares actual and expected elements using the given binary predicate.