Class

com.twitter.scalding.mathematics

ValuePipeScalar

Related Doc: package mathematics

Permalink

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

Source
Matrix2.scala
Linear Supertypes
Serializable, scala.Product, Equals, Scalar2[V], Serializable, AnyRef, Any
Type Hierarchy
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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Scalar2
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  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 divMatrix[R, C](that: Matrix2[R, C, V])(implicit f: algebird.Field[V]): MatrixLiteral[R, C, V]

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

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ValuePipeScalarScalar2
  25. final def wait(): Unit

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

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

    Permalink
    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