Uses of Interface
org.benf.cfr.reader.util.functors.Predicate
Packages that use Predicate
Package
Description
-
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that implement PredicateModifier and TypeClassDescriptionclassstatic classstatic classstatic classclassTypeFilter<T> -
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type PredicateModifier and TypeMethodDescriptionWildcardMatch.getLValueWildCard(String name, Predicate<LValue> test) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type Predicate -
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.structured
Methods in org.benf.cfr.reader.bytecode.analysis.structured with parameters of type PredicateModifier and TypeMethodDescriptionStructuredStatement.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) -
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement with parameters of type PredicateModifier and TypeMethodDescriptionAbstractStructuredStatement.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) AbstractUnStructuredStatement.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) StructuredFor.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) -
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type PredicateModifier and TypeMethodDescriptionAbstractPlaceholder.suggestName(LocalVariable createdHere, Predicate<String> testNameUsedFn) -
Uses of Predicate in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util that return Predicate -
Uses of Predicate in org.benf.cfr.reader.util.collections
Classes in org.benf.cfr.reader.util.collections that implement PredicateMethods in org.benf.cfr.reader.util.collections with parameters of type PredicateModifier and TypeMethodDescriptionstatic <X> booleanFunctional.all(Collection<X> input, Predicate<X> predicate) static <X> booleanFunctional.any(Collection<X> input, Predicate<X> predicate) static <X> List<X> Functional.filter(Collection<X> input, Predicate<X> predicate) static <X> List<X> Functional.filterOptimistic(List<X> input, Predicate<X> predicate) static <X> Set<X> Functional.filterSet(Collection<X> input, Predicate<X> predicate) static <X> XFunctional.findOrNull(Collection<X> input, Predicate<X> predicate) Functional.partition(Collection<X> input, Predicate<X> predicate)