Object/Trait

de.sciss.lucre.matrix.Reduce

Op

Related Docs: trait Op | package Reduce

Permalink

object Op extends Type

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

Type Members

  1. trait Apply[S <: Sys[S]] extends Op[S] with Node[S]

    Permalink

    A single point selection or 'index'.

  2. trait Average[S <: Sys[S]] extends Op[S]

    Permalink

    A single point selection or 'index'.

  3. trait Slice[S <: Sys[S]] extends Op[S] with Node[S]

    Permalink

    A contiguous range selection..

  4. trait Stride[S <: Sys[S]] extends Op[S] with Node[S]

    Permalink

    A range selection with gaps or strides.

  5. final case class Update[S <: Sys[S]](op: Op[S]) extends Product with Serializable

    Permalink
  6. trait Var[S <: Sys[S]] extends Op[S] with matrix.Var[S, Op[S]]

    Permalink

    A variable operation, that is a mutable cell storing another operation.

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. object Apply

    Permalink
  5. object Average

    Permalink
  6. object Slice

    Permalink
  7. object Stride

    Permalink
  8. object Var

    Permalink
  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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  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. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def init(): Unit

    Permalink
    Definition Classes
    Type
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def read[S <: Sys[S]](in: DataInput, access: Op.read.S.Acc)(implicit tx: Op.read.S.Tx): Op[S]

    Permalink
  22. def readIdentifiedObj[S <: stm.Sys[S]](in: DataInput, access: Op.readIdentifiedObj.S.Acc)(implicit tx: Op.readIdentifiedObj.S.Tx): Elem[S]

    Permalink
    Definition Classes
    Op → Type
  23. def readObj[S <: stm.Sys[S]](in: DataInput, access: stm.Elem.Type.readObj.S.Acc)(implicit tx: stm.Elem.Type.readObj.S.Tx): Elem[S]

    Permalink
    Definition Classes
    Type
  24. implicit def serializer[S <: Sys[S]]: Serializer[Op.serializer.S.Tx, Op.serializer.S.Acc, Op[S]]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final val typeID: Int(196610)

    Permalink
    Definition Classes
    Op → Type
  28. final def wait(): Unit

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

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

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

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped