Unary Predicate
abstract class UnaryPredicate<E : ExecutionContext>(operator: String) : PrimitiveWrapper<E>
Content copied to clipboard
A base class to implement predicates with one argument
Constructors
Types
Link copied to clipboard
abstract class Functional<E : ExecutionContext>(operator: String) : UnaryPredicate.NonBacktrackable<E>
Content copied to clipboard
Link copied to clipboard
abstract class NonBacktrackable<E : ExecutionContext>(operator: String) : UnaryPredicate<E>
Content copied to clipboard
Link copied to clipboard
abstract class Predicative<E : ExecutionContext>(operator: String) : UnaryPredicate.NonBacktrackable<E>
Content copied to clipboard
Link copied to clipboard
abstract class WithoutSideEffects<E : ExecutionContext>(operator: String) : UnaryPredicate<E>
Content copied to clipboard