BitGen

@deprecated("This will be removed in Parsley 3.0, use Predicate instead", "2.8.4") object BitGen

This implementation uses a predicate to generate a BitSet. This should be preferred over Predicate when the function in question is expensive to execute and the parser itself is expected to be used many times. If the predicate is cheap, this is unlikely to provide any performance improvements, but will instead incur heavy space costs

This implementation uses a predicate to generate a BitSet. This should be preferred over Predicate when the function in question is expensive to execute and the parser itself is expected to be used many times. If the predicate is cheap, this is unlikely to provide any performance improvements, but will instead incur heavy space costs

Since

2.2.0

Deprecated
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(f: Char => Boolean): Impl