org.parboiled.common
Interface Predicate<T>

All Known Implementing Classes:
LabelPrefixPredicate

public interface Predicate<T>


Method Summary
 boolean apply(T input)
           
 

Method Detail

apply

boolean apply(T input)