com.twitter.bijection.thrift

TEnumCodec

Related Docs: object TEnumCodec | package thrift

class TEnumCodec[T <: TEnum] extends Injection[T, Int]

Source
ThriftCodecs.scala
Linear Supertypes
Injection[T, Int], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TEnumCodec
  2. Injection
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TEnumCodec(klass: Class[T])

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def andThen[C](g: (Int) ⇒ C): (T) ⇒ C

    Definition Classes
    Injection
  5. def andThen[C](bij: Bijection[Int, C]): Injection[T, C]

    Follow the Injection with a Bijection

    Follow the Injection with a Bijection

    Definition Classes
    Injection
  6. def andThen[C](g: Injection[Int, C]): Injection[T, C]

    Composes two instances of Injection in a new Injection, with this one applied first.

    Composes two instances of Injection in a new Injection, with this one applied first.

    Definition Classes
    Injection
  7. def apply(enum: T): Int

    Definition Classes
    TEnumCodecInjection
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val cache: Map[Int, T]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[T](g: (T) ⇒ T): (T) ⇒ Int

    Definition Classes
    Injection
  12. def compose[T](bij: Bijection[T, T]): Injection[T, Int]

    Definition Classes
    Injection
  13. def compose[T](g: Injection[T, T]): Injection[T, Int]

    Composes two instances of Injection in a new Injection, with this one applied last.

    Composes two instances of Injection in a new Injection, with this one applied last.

    Definition Classes
    Injection
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. lazy val findByValue: Method

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

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

    Definition Classes
    AnyRef → Any
  20. def invert(i: Int): Product with Serializable with Try[T]

    Definition Classes
    TEnumCodecInjection
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toFunction: (T) ⇒ Int

    Definition Classes
    Injection
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Injection[T, Int]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped