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 TypeClassDescriptionprivate static class
class
static class
static class
static class
private static class
private static final class
class
TypeFilter<T>
-
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that implement PredicateModifier and TypeClassDescription(package private) static class
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as PredicateModifier and TypeFieldDescriptionprivate static final Predicate<Op04StructuredStatement>
SwitchExpressionRewriter.notEmpty
-
Uses of Predicate in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as PredicateMethods 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.entities
Method parameters in org.benf.cfr.reader.entities with type arguments of type PredicateModifier and TypeMethodDescriptionprivate static void
ClassFile.getFormalParametersText
(ClassSignature signature, TypeAnnotationHelper ah, UnaryFunction<Integer, Predicate<AnnotationTableTypeEntry>> typeAnnPredicateFact, UnaryFunction<Integer, Predicate<AnnotationTableTypeEntry>> typeBoundAnnPredicateFact, Dumper d) -
Uses of Predicate in org.benf.cfr.reader.entities.exceptions
Classes in org.benf.cfr.reader.entities.exceptions that implement Predicate -
Uses of Predicate in org.benf.cfr.reader.state
Fields in org.benf.cfr.reader.state declared as Predicate -
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> boolean
Functional.all
(Collection<X> input, Predicate<X> predicate) static <X> boolean
Functional.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> X
Functional.findOrNull
(Collection<X> input, Predicate<X> predicate) Functional.partition
(Collection<X> input, Predicate<X> predicate)