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 Slice[S <: Sys[S]] extends Op[S] with Node[S]

    Permalink

    A contiguous range selection..

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

    Permalink

    A range selection with gaps or strides.

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

    Permalink
  5. 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 Slice

    Permalink
  6. object Stride

    Permalink
  7. object Var

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  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. def read[S <: Sys[S]](in: DataInput, access: Op.read.S.Acc)(implicit tx: Op.read.S.Tx): Op[S]

    Permalink
  21. 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
  22. 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
  23. implicit def serializer[S <: Sys[S]]: Serializer[Op.serializer.S.Tx, Op.serializer.S.Acc, Op[S]]

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

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

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

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

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

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

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

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped