Packages

c

de.sciss.patterns

PatNestedOps

final class PatNestedOps[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatNestedOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PatNestedOps(x: Pat[Pat[A]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def apply(idx: Pat[Int]): Pat[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def flatMap[B](f: (Pat[A]) => Pat[B]): Pat[B]

    Similar to a monadic flatMap but with the constraint the element type must be a (nested) pattern.

  7. def flatten: Pat[A]
  8. def foldLeft[B](z: Pat[B])(op: (Pat[B], Pat[A]) => Pat[B]): Pat[B]
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def head: Pat[A]
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def map[B](f: (Pat[A]) => Pat[B]): Pat[Pat[B]]

    Similar to a monadic map but with the constraint the element type must be a (nested) pattern.

  13. def mapWithIndex[B](f: (Pat[A], Pat[Int]) => Pat[B]): Pat[Pat[B]]
  14. def sortWith(lt: (Pat[A], Pat[A]) => Pat[Boolean]): Pat[Pat[A]]
  15. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped