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.parboiled.common
Interface Predicate<T>
All Known Implementing Classes:
LabelPrefixPredicate
,
Predicates.AlwaysFalsePredicate
,
Predicates.AlwaysTruePredicate
,
Predicates.AndPredicate
,
Predicates.InPredicate
,
Predicates.InstanceOfPredicate
,
Predicates.IsEqualToPredicate
,
Predicates.IsNullPredicate
,
Predicates.NotNullPredicate
,
Predicates.NotPredicate
,
Predicates.OrPredicate
public interface
Predicate<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
apply
(
T
input)
Method Detail
apply
boolean apply(
T
input)
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