Trait/Object

ru.tinkoff.aerospikeproto.wrapper

ProtoBinWrapper

Related Docs: object ProtoBinWrapper | package wrapper

Permalink

trait ProtoBinWrapper[T <: GeneratedMessage with Message[T] with Updatable[T]] extends BinWrapper[T]

Since

23.03.17

Linear Supertypes
BinWrapper[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtoBinWrapper
  2. BinWrapper
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Many = Map[String, T]

    Permalink
    Definition Classes
    BinWrapper
  2. type Multi = MBin[T]

    Permalink
    Definition Classes
    BinWrapper
  3. type One = (String, T)

    Permalink
    Definition Classes
    BinWrapper
  4. type Out = (Map[String, Option[T]], Int, Int)

    Permalink
    Definition Classes
    BinWrapper
  5. type Singleton = SingleBin[T]

    Permalink
    Definition Classes
    BinWrapper

Abstract Value Members

  1. abstract def parse: (Array[Byte]) ⇒ T

    Permalink

Concrete 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 apply(r: Record): Out

    Permalink
    Definition Classes
    BinWrapper
  5. def apply(one: Singleton): Bin

    Permalink
    Definition Classes
    BinWrapper
  6. def apply(one: One): Bin

    Permalink
    Definition Classes
    BinWrapper
  7. def apply(many: Multi): List[Bin]

    Permalink
    Definition Classes
    BinWrapper
  8. def apply(many: Many): List[Bin]

    Permalink
    Definition Classes
    BinWrapper
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def coll(s: String): Array[String]

    Permalink
    Definition Classes
    BinWrapper
  12. val comma: String

    Permalink
    Definition Classes
    BinWrapper
  13. def defaultToValue[T](x: T): Map[String, Any]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def fetch(any: Any): Option[T]

    Permalink
    Definition Classes
    ProtoBinWrapper → BinWrapper
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fromHList[L <: HList](hList: L, i: Int, maxIndex: Int): Map[String, Any]

    Permalink
    Definition Classes
    BinWrapper
  19. def gen(b: One): Bin

    Permalink
    Definition Classes
    BinWrapper
  20. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  23. def isTuple[T](x: T): Boolean

    Permalink
    Definition Classes
    BinWrapper
  24. def mapify[H <: Product](i: Int, t: H): Map[Int, Any]

    Permalink
    Definition Classes
    BinWrapper
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def optTuple[TPL <: Product](tpl: TPL): Option[Product with Serializable]

    Permalink
    Definition Classes
    BinWrapper
  29. def plain(s: String): Array[String]

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

    Permalink
    Definition Classes
    AnyRef
  31. def throwClassCast(tpe: String): Nothing

    Permalink
    Definition Classes
    BinWrapper
  32. def throwE(msg: String): Nothing

    Permalink
    Definition Classes
    BinWrapper
  33. def toKVmap[K, V](any: Any, getView: (String) ⇒ Array[String])(implicit k: (String) ⇒ K, v: (String) ⇒ V): Map[K, V]

    Permalink
    Definition Classes
    BinWrapper
  34. def toLs[T](s: String)(implicit to: (String) ⇒ T): List[T]

    Permalink
    Definition Classes
    BinWrapper
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def toValue(v: T): Value

    Permalink
    Definition Classes
    ProtoBinWrapper → BinWrapper
  37. def tupleMapped[TPL <: Product](tpl: TPL): Map[String, Any]

    Permalink
    Definition Classes
    BinWrapper
  38. def typed[T](x: T)(implicit tag: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): T

    Permalink
    Definition Classes
    BinWrapper
  39. final def wait(): Unit

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

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

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

Inherited from BinWrapper[T]

Inherited from AnyRef

Inherited from Any

Ungrouped