WithFilter

final case class WithFilter[Upstream, Element](upstream: Upstream, filter: Element => Boolean) extends Yield[Element]
trait Serializable
trait Product
trait Equals
trait Yield[Element]
trait For
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product