WithFilter

izumi.functional.bio.WithFilter$
See theWithFilter companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

Implicits

Implicits

implicit def WithFilterNoSuchElementException: WithFilter[NoSuchElementException]

Inherited implicits

implicit def WithFilterOption[E](implicit filter: WithFilter[E]): WithFilter[Some[E]]

Attributes

Inherited from:
WithFilterInstances3
implicit def WithFilterString: WithFilter[String]

Attributes

Inherited from:
WithFilterInstances2
implicit def WithFilterUnit: WithFilter[Unit]

Attributes

Inherited from:
WithFilterInstances1