Spark 3.5.5 ScalaDoc - org.apache.spark.partial.PartialResult (original) (raw)

class PartialResult[R] extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. PartialResult

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Instance Constructors

  1. new PartialResult(initialVal: R, isFinal: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def getFinalValue(): R
  11. def hashCode(): Int
  12. def initialValue: R
  13. def isInitialValueFinal: Boolean
  14. final def isInstanceOf[T0]: Boolean
  15. def map[T](f: (R) ⇒ T): PartialResult[T]
  16. final def ne(arg0: AnyRef): Boolean
  17. final def notify(): Unit
  18. final def notifyAll(): Unit
  19. def onComplete(handler: (R) ⇒ Unit): PartialResult[R]
  20. def onFail(handler: (Exception) ⇒ Unit): Unit
  21. final def synchronized[T0](arg0: ⇒ T0): T0
  22. def toString(): String
  23. final def wait(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped