Packages

c

d4s.models.StringFieldOps

TypedFieldOps

final class TypedFieldOps[T] extends AnyVal

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

Instance Constructors

  1. new TypedFieldOps(path: List[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def <(threshold: T)(implicit enc: D4SAttributeEncoder[T]): logical[T]
  4. def <=(threshold: T)(implicit enc: D4SAttributeEncoder[T]): logical[T]
  5. def <>(threshold: T)(implicit enc: D4SAttributeEncoder[T]): logical[T]
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. def ===(threshold: T)(implicit enc: D4SAttributeEncoder[T]): logical[T]
    Annotations
    @SuppressWarnings()
  8. def >(threshold: T)(implicit enc: D4SAttributeEncoder[T]): logical[T]
  9. def >=(threshold: T)(implicit enc: D4SAttributeEncoder[T]): logical[T]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beginsWith(substr: String): begins_with
  12. def between(left: T, right: T)(implicit enc: D4SAttributeEncoder[T]): between[T]
  13. def contains(value: T)(implicit enc: D4SAttributeEncoder[T]): contains[T]
  14. def exists: attribute_exists
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. def hasType(tpe: String): attribute_type
  17. def isIn(set: Set[T])(implicit enc: D4SAttributeEncoder[T]): in[T]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def notExists: attribute_not_exists
  20. def size: size
  21. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped