o

scalapb.spark

JavaHelpers

object JavaHelpers

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def booleanFromPValue(pv: PValue): Boolean
  6. def byteStringFromPValue(pv: PValue): Array[Byte]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def doubleFromPValue(pv: PValue): Double
  9. def enumFromPValue(pv: PValue): UTF8String
  10. def enumToString(cmp: GeneratedEnumCompanion[_], value: GeneratedEnum): UTF8String
  11. def enumValueFromString[T <: GeneratedEnum](cmp: GeneratedEnumCompanion[T], inputUtf8: UTF8String): Int
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def floatFromPValue(pv: PValue): Float
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def intFromPValue(pv: PValue): Int
  18. def isEmpty(pv: PValue): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def longFromPValue(pv: PValue): Long
  21. def mkMap(s: Seq[GeneratedMessage]): Map[Any, Any]
  22. def mkMap(cmp: GeneratedMessageCompanion[_], args: ArrayData): Map[FieldDescriptor, PValue]
  23. def mkPRepeated(args: ArrayData): PValue
  24. def mkPRepeatedMap(mapEntryCmp: GeneratedMessageCompanion[_], args: Vector[(PValue, PValue)]): PValue
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def penumFromString(cmp: GeneratedEnumCompanion[_], inputUtf8: UTF8String): PValue
  29. def penumToString(value: PValue): UTF8String
  30. def stringFromPValue(pv: PValue): UTF8String
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def vectorFromPValue(p: PValue): Vector[PValue]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped