Class

lspace.librarian.process.traversal.P

WithPredicateHList

Related Doc: package P

Permalink

implicit class WithPredicateHList[K <: HList] extends AnyRef

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

Instance Constructors

  1. new WithPredicateHList(p: K)(implicit d: LUBConstraint[K, P[_]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def between[T, Out <: HList, T0, TT0 <: ClassType[_]](lower: T, upper: T)(implicit arg0: RangeHelper[T], ct: Aux[T, T0, TT0]): ::[Between[T], K]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def contains[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: EqHelper[T], ct: Aux[T, T0, TT0]): ::[Contains[T], K]

    Permalink
  8. def containsFuzzy[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: StringHelper[T], ct: Aux[T, T0, TT0]): ::[ContainsFuzzy[T], K]

    Permalink
  9. def containsPrefix[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: StringHelper[T], ct: Aux[T, T0, TT0]): ::[ContainsPrefix[T], K]

    Permalink
  10. def containsRegex[Out <: HList](value: Regex): ::[ContainsRegex, K]

    Permalink
  11. implicit val d: LUBConstraint[K, P[_]]

    Permalink
  12. def disjoint[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: ObjectHelper[T], ct: Aux[T, T0, TT0]): ::[Disjoint[T], K]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def eqv[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: EqHelper[T], ct: Aux[T, T0, TT0]): ::[Eqv[T], K]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fuzzy[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: StringHelper[T], ct: Aux[T, T0, TT0]): ::[Fuzzy[T], K]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def gt[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): ::[Gt[T], K]

    Permalink
  20. def gte[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): ::[Gte[T], K]

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def inside[T, Out <: HList, T0, TT0 <: ClassType[_]](lower: T, upper: T)(implicit arg0: RangeHelper[T], ct: Aux[T, T0, TT0]): ::[Inside[T], K]

    Permalink
  23. def intersect[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: ObjectHelper[T], ct: Aux[T, T0, TT0]): ::[Intersect[T], K]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def lt[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): ::[Lt[T], K]

    Permalink
  26. def lte[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: OrderHelper[T], ct: Aux[T, T0, TT0]): ::[Lte[T], K]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def neqv[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: EqHelper[T], ct: Aux[T, T0, TT0]): ::[Neqv[T], K]

    Permalink
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def outside[T, Out <: HList, T0, TT0 <: ClassType[_]](lower: T, upper: T)(implicit arg0: RangeHelper[T], ct: Aux[T, T0, TT0]): ::[Outside[T], K]

    Permalink
  32. def prefix[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: StringHelper[T], ct: Aux[T, T0, TT0]): ::[Prefix[T], K]

    Permalink
  33. def regex[Out <: HList](value: Regex): ::[Regex, K]

    Permalink
  34. def suffix[T, Out <: HList, T0, TT0 <: ClassType[_]](value: T)(implicit arg0: StringHelper[T], ct: Aux[T, T0, TT0]): ::[Suffix[T], K]

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def within[T, Out <: HList](value: T, values: T*): ::[Within[T], K]

    Permalink
  41. def without[T, Out <: HList](value: T, values: T*): ::[Without[T], K]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped