Predicate

cats.collections.Predicate$
See thePredicate companion class
object Predicate extends PredicateInstances

Attributes

Companion
class
Source
Predicate.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Predicate.type

Members list

Value members

Concrete methods

def apply[A](f: A => Boolean): Predicate[A]

Attributes

Source
Predicate.scala
def empty: Predicate[Any]

Attributes

Source
Predicate.scala

Deprecated and Inherited methods

Attributes

Deprecated
true
Inherited from:
PredicateInstances
Source
Predicate.scala

Implicits

Inherited implicits

implicit def predicateMonoid[A]: Monoid[Predicate[A]]

Attributes

Inherited from:
PredicateInstances
Source
Predicate.scala

Attributes

Inherited from:
PredicateInstances
Source
Predicate.scala