JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.benf.cfr.reader.util.functors
Interface Predicate<X>
All Known Implementing Classes:
ConditionalRewriter.IsForwardIf
,
ExactTypeFilter
,
ExceptionAggregator.ValidException
,
Functional.NotNull
,
Misc.HasBackJump
,
Misc.IsBackJumpTo
,
Misc.IsForwardJumpTo
,
PrePostchangeAssignmentRewriter.StatementCanBePostMutation
,
RecordRewriter.IsCanonicalConstructor
,
SynchronizedRewriter.FindBlockStarts
,
TypeFilter
public interface
Predicate<X>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
test
(
X
in)
Method Detail
test
boolean test(
X
in)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method