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