Package

lspace.librarian.logic

predicate

Permalink

package predicate

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. predicate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class And(predicate: List[P[Any]]) extends P[Any] with Product with Serializable

    Permalink
  2. case class Between[+T](lower: T, upper: T) extends RangeP[T] with Product with Serializable

    Permalink
  3. trait CollectionP[+T] extends P[T]

    Permalink
  4. case class Contains[+T](pvalue: T) extends CollectionP[T] with Product with Serializable

    Permalink
  5. case class ContainsFuzzy[+T](pvalue: T) extends SeqP[T] with Product with Serializable

    Permalink
  6. case class ContainsPrefix[+T](pvalue: T) extends SeqP[T] with Product with Serializable

    Permalink
  7. case class ContainsRegex(pvalue: scala.util.matching.Regex) extends SeqP[scala.util.matching.Regex] with Product with Serializable

    Permalink
  8. case class Disjoint[+T](pvalue: T) extends CollectionP[T] with Product with Serializable

    Permalink
  9. trait EqP[+T] extends P[T]

    Permalink
  10. case class Eqv[+T](pvalue: T) extends EqP[T] with Product with Serializable

    Permalink
  11. case class Fuzzy[+T](pvalue: T) extends SeqP[T] with Product with Serializable

    Permalink
  12. case class Gt[+T](pvalue: T) extends OrderP[T] with Product with Serializable

    Permalink
  13. case class Gte[+T](pvalue: T) extends OrderP[T] with Product with Serializable

    Permalink
  14. case class Inside[+T](lower: T, upper: T) extends RangeP[T] with Product with Serializable

    Permalink
  15. case class Intersect[+T](pvalue: T) extends CollectionP[T] with Product with Serializable

    Permalink
  16. case class Lt[+T](pvalue: T) extends OrderP[T] with Product with Serializable

    Permalink
  17. case class Lte[+T](pvalue: T) extends OrderP[T] with Product with Serializable

    Permalink
  18. case class Neqv[+T](pvalue: T) extends EqP[T] with Product with Serializable

    Permalink
  19. case class Or(predicate: List[P[_]]) extends P[Any] with Product with Serializable

    Permalink
  20. trait OrderP[+T] extends EqP[T]

    Permalink
  21. case class Outside[+T](lower: T, upper: T) extends RangeP[T] with Product with Serializable

    Permalink
  22. trait P[+T] extends Product with Serializable

    Permalink
  23. abstract class PredicateDef extends OntologyDef

    Permalink
  24. trait PredicateWrapper[+T] extends AnyRef

    Permalink
  25. case class Prefix[+T](pvalue: T) extends SeqP[T] with Product with Serializable

    Permalink
  26. trait RangeP[+T] extends P[T]

    Permalink
  27. case class Regex(pvalue: scala.util.matching.Regex) extends SeqP[scala.util.matching.Regex] with Product with Serializable

    Permalink
  28. trait SeqP[+T] extends CollectionP[T]

    Permalink
  29. case class Suffix[+T](pvalue: T) extends SeqP[T] with Product with Serializable

    Permalink
  30. case class Within[+T](pvalue: T) extends CollectionP[T] with Product with Serializable

    Permalink

Value Members

  1. object And extends PredicateDef with PredicateWrapper[And] with Serializable

    Permalink
  2. object Between extends PredicateDef with PredicateWrapper[Between[_]] with Serializable

    Permalink
  3. object CollectionP extends PredicateDef with Serializable

    Permalink
  4. object Contains extends PredicateDef with PredicateWrapper[Contains[_]] with Serializable

    Permalink
  5. object ContainsFuzzy extends PredicateDef with PredicateWrapper[ContainsFuzzy[_]] with Serializable

    Permalink
  6. object ContainsPrefix extends PredicateDef with PredicateWrapper[ContainsPrefix[_]] with Serializable

    Permalink
  7. object ContainsRegex extends PredicateDef with PredicateWrapper[ContainsRegex] with Serializable

    Permalink
  8. object Disjoint extends PredicateDef with PredicateWrapper[Disjoint[_]] with Serializable

    Permalink
  9. object EqP extends PredicateDef with Serializable

    Permalink
  10. object Eqv extends PredicateDef with PredicateWrapper[Eqv[_]] with Serializable

    Permalink
  11. object Fuzzy extends PredicateDef with PredicateWrapper[Fuzzy[_]] with Serializable

    Permalink
  12. object Gt extends PredicateDef with PredicateWrapper[Gt[_]] with Serializable

    Permalink
  13. object Gte extends PredicateDef with PredicateWrapper[Gte[_]] with Serializable

    Permalink
  14. object Inside extends PredicateDef with PredicateWrapper[Inside[_]] with Serializable

    Permalink
  15. object Intersect extends PredicateDef with PredicateWrapper[Intersect[_]] with Serializable

    Permalink
  16. object Lt extends PredicateDef with PredicateWrapper[Lt[_]] with Serializable

    Permalink
  17. object Lte extends PredicateDef with PredicateWrapper[Lte[_]] with Serializable

    Permalink
  18. object Neqv extends PredicateDef with PredicateWrapper[Neqv[_]] with Serializable

    Permalink
  19. object Or extends PredicateDef with PredicateWrapper[Or] with Serializable

    Permalink
  20. object OrderP extends PredicateDef with Serializable

    Permalink
  21. object Outside extends PredicateDef with PredicateWrapper[Outside[_]] with Serializable

    Permalink
  22. object P extends OntologyDef with Serializable

    Permalink
  23. object Prefix extends PredicateDef with PredicateWrapper[Prefix[_]] with Serializable

    Permalink
  24. object RangeP extends PredicateDef with Serializable

    Permalink
  25. object Regex extends PredicateDef with PredicateWrapper[Regex] with Serializable

    Permalink
  26. object SeqP extends PredicateDef with Serializable

    Permalink
  27. object Suffix extends PredicateDef with PredicateWrapper[Suffix[_]] with Serializable

    Permalink
  28. object Within extends PredicateDef with PredicateWrapper[Within[_]] with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped