Contains

class Contains[T](val objs: Collection[_ <: T]) extends Predicate[T]
trait Predicate[T]
trait T => Boolean
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(arg0: T): Boolean

Inherited methods

@unspecialized
def andThen[A](g: Boolean => A): T => A
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

Concrete fields

val objs: Collection[_ <: T]