Uses of Interface
org.docx4j.com.google.common.base.Predicate
Packages that use Predicate
-
Uses of Predicate in org.docx4j.com.google.common.base
Methods in org.docx4j.com.google.common.base that return PredicateModifier and TypeMethodDescriptionEquivalence.equivalentTo(@Nullable T target) Returns a predicate that evaluates to true if and only if the input is equivalent totargetaccording to this equivalence relation. -
Uses of Predicate in org.docx4j.com.google.common.collect
Methods in org.docx4j.com.google.common.collect with parameters of type PredicateModifier and TypeMethodDescriptionstatic <T> booleanReturnstrueif every element returned byiteratorsatisfies the given predicate.static <T> booleanReturnstrueif one or more elements returned byiteratorsatisfy the given predicate.static <T> @Nullable TIterators.find(Iterator<? extends T> iterator, Predicate<? super T> predicate, @Nullable T defaultValue) Returns the first element initeratorthat satisfies the given predicate.static <T> TReturns the first element initeratorthat satisfies the given predicate; use this method only when such an element is known to exist.static <T> intReturns the index initeratorof the first element that satisfies the providedpredicate, or-1if the Iterator has no such elements.static <T> booleanRemoves every element that satisfies the provided predicate from the iterator.