Predicate

org.beangle.commons.lang.functor.Predicate
trait Predicate[T] extends T => Boolean

Prediate

Attributes

Since

3.2.0

Graph
Supertypes
trait T => Boolean
class Object
trait Matchable
class Any
Known subtypes
class Contains[T]
class InRange
class InStr
class Max1Element
object NotEmpty.type
object NotZero.type
object SingleWord.type
Show all

Members list

Value members

Inherited methods

def andThen[A](g: Boolean => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: T): R

Attributes

Inherited from:
Function1
def compose[A](g: A => T): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1