com.twitter.scalding.mathematics

ValuePipeScalar

case class ValuePipeScalar[V](value: typed.ValuePipe[V]) extends Scalar2[V] with scala.Product with Serializable

Linear Supertypes
Serializable, scala.Product, Equals, Scalar2[V], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ValuePipeScalar
  2. Serializable
  3. Product
  4. Equals
  5. Scalar2
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValuePipeScalar(value: typed.ValuePipe[V])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *[R, C](that: Matrix2[R, C, V])(implicit ring: Ring[V], mj: MatrixJoiner2): Matrix2[R, C, V]

    Definition Classes
    Scalar2
  5. def *(that: Scalar2[V])(implicit ring: Ring[V]): Scalar2[V]

    Definition Classes
    Scalar2
  6. def +(that: Scalar2[V])(implicit sg: Semigroup[V]): Scalar2[V]

    Definition Classes
    Scalar2
  7. def -(that: Scalar2[V])(implicit g: Group[V]): Scalar2[V]

    Definition Classes
    Scalar2
  8. def /(that: Scalar2[V])(implicit f: algebird.Field[V]): Scalar2[V]

    Definition Classes
    Scalar2
  9. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def divMatrix[R, C](that: Matrix2[R, C, V])(implicit f: algebird.Field[V]): MatrixLiteral[R, C, V]

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

    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Definition Classes
    Any
  18. def map[U](fn: (V) ⇒ U): Scalar2[U]

    Definition Classes
    Scalar2
  19. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  23. def timesLiteral[R, C](that: Matrix2[R, C, V])(implicit ring: Ring[V]): MatrixLiteral[R, C, V]

    Definition Classes
    Scalar2
  24. def toMatrix: Matrix2[Unit, Unit, V]

    Definition Classes
    Scalar2
  25. def unary_-(implicit g: Group[V]): Scalar2[V]

    Definition Classes
    Scalar2
  26. val value: typed.ValuePipe[V]

    Definition Classes
    ValuePipeScalarScalar2
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from Scalar2[V]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped