Predicate

final case class Predicate(f: Char => Boolean) extends Impl

The implementation provided is a function which matches on the input streams characters

Value parameters:
f

The predicate that input tokens are tested against

Since:

2.2.0

trait Serializable
trait Product
trait Equals
trait Impl
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product