Predicate

trait Predicate[T] extends T => Boolean

Prediate

Since:

3.2.0

trait T => Boolean
class Object
trait Matchable
class Any
class Contains[T]
class InRange
class InStr
object NotEmpty.type
object NotZero.type
object SingleWord.type

Value members

Inherited methods

@unspecialized
def andThen[A](g: Boolean => A): T => A
Inherited from:
Function1
def apply(v1: T): Boolean
Inherited from:
Function1
@unspecialized
def compose[A](g: A => T): A => Boolean
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1