Package

com.madgag

inclusion

Permalink

package inclusion

Visibility
  1. Public
  2. All

Type Members

  1. case class Exclude[A](predicate: (A) ⇒ Boolean) extends Filter[A] with Product with Serializable

    Permalink
  2. sealed trait Filter[-A] extends AnyRef

    Permalink
  3. case class IncExcExpression[-A](filters: Seq[Filter[A]]) extends Product with Serializable

    Permalink
  4. case class Include[A](predicate: (A) ⇒ Boolean) extends Filter[A] with Product with Serializable

    Permalink

Value Members

  1. object Exclude extends Serializable

    Permalink
  2. object Include extends Serializable

    Permalink

Ungrouped