Contains

org.beangle.commons.lang.functor.Contains
class Contains[T](val objs: Collection[_ <: T]) extends Predicate[T]

Attributes

Graph
Supertypes
trait Predicate[T]
trait T => Boolean
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(arg0: T): Boolean

Inherited methods

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

Attributes

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

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

Concrete fields

val objs: Collection[_ <: T]