Object

com.outworkers.phantom.builder.primitives.Primitive

BooleanIsPrimitive

Related Doc: package Primitive

Permalink

implicit object BooleanIsPrimitive extends Primitive[Boolean]

Linear Supertypes
Primitive[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooleanIsPrimitive
  2. Primitive
  3. AnyRef
  4. 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. def asCql(value: Boolean): String

    Permalink

    Converts the type to a CQL compatible string.

    Converts the type to a CQL compatible string. The primitive is responsible for handling all aspects of adequate escaping as well. This is used to generate the final queries from domain objects.

    value

    The strongly typed value.

    returns

    The string representation of the value with respect to CQL standards.

    Definition Classes
    BooleanIsPrimitivePrimitive
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cassandraType: String

    Permalink
    Definition Classes
    Primitive
  7. def checkNullsAndLength[T](source: ByteBuffer, len: Int, msg: String)(pf: PartialFunction[ByteBuffer, T]): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val dataType: String

    Permalink
    Definition Classes
    BooleanIsPrimitivePrimitive
  10. def deserialize(bytes: ByteBuffer, version: ProtocolVersion): Boolean

    Permalink
    Definition Classes
    BooleanIsPrimitivePrimitive
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromRow(row: GettableData, name: String): Option[Boolean]

    Permalink
  15. def fromRow(index: Int, row: Row): Try[Boolean]

    Permalink
    Definition Classes
    Primitive
  16. def fromRow(column: String, row: Row): Try[Boolean]

    Permalink
    Definition Classes
    Primitive
  17. def frozen: Boolean

    Permalink

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    returns

    A boolean that marks if this should be frozen.

    Definition Classes
    Primitive
  18. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def notNull[T](value: T, msg: String = "Value cannot be null"): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def nullCheck[T](column: String, row: Row)(fn: (Row) ⇒ T): Try[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  26. def nullCheck[T](index: Int, row: Row)(fn: (Row) ⇒ T): Try[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  27. def nullValueCheck(source: Boolean)(fn: (Boolean) ⇒ ByteBuffer): ByteBuffer

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  28. def serialize(obj: Boolean, version: ProtocolVersion): ByteBuffer

    Permalink
    Definition Classes
    BooleanIsPrimitivePrimitive
  29. def shouldFreeze: Boolean

    Permalink

    Whether or not this primitive should freeze if used together with a primary column.

    Whether or not this primitive should freeze if used together with a primary column. or if used as part of a partition column.

    returns

    A Boolean marking whether or not this should freeze.

    Definition Classes
    Primitive
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Primitive[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped