Object

com.outworkers.phantom.builder.primitives

Primitives

Related Doc: package primitives

Permalink

object Primitives

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

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. object BigDecimalIsPrimitive extends Primitive[BigDecimal]

    Permalink
  5. object BigIntPrimitive extends Primitive[BigInt]

    Permalink
  6. object BlobIsPrimitive extends Primitive[ByteBuffer]

    Permalink
  7. object BooleanIsPrimitive extends Primitive[Boolean]

    Permalink
  8. val DateIsPrimitive: Primitive[Date]

    Permalink
  9. val DateTimeIsPrimitive: Primitive[DateTime]

    Permalink
  10. object DoublePrimitive extends Primitive[Double]

    Permalink
  11. object FloatPrimitive extends Primitive[Float]

    Permalink
  12. object InetAddressPrimitive extends Primitive[InetAddress]

    Permalink
  13. object IntPrimitive extends Primitive[Int]

    Permalink
  14. val JodaLocalDateIsPrimitive: Primitive[LocalDate]

    Permalink
  15. object LocalDateIsPrimitive extends Primitive[LocalDate]

    Permalink
  16. object LongPrimitive extends Primitive[Long]

    Permalink
  17. object SmallIntPrimitive extends Primitive[Short]

    Permalink
  18. object StringPrimitive extends Primitive[String]

    Permalink
  19. object TinyIntPrimitive extends Primitive[Byte]

    Permalink
  20. object UUIDPrimitive extends Primitive[UUID]

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def list[T]()(implicit ev: Primitive[T]): Primitive[List[T]]

    Permalink
  30. def map[K, V](implicit kp: Primitive[K], vp: Primitive[V]): Primitive[Map[K, V]]

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

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def option[T](implicit arg0: Primitive[T]): Primitive[Option[T]]

    Permalink
  35. def set[T]()(implicit ev: Primitive[T]): Primitive[Set[T]]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped