Class

de.sciss.patterns

PatNestedOps

Related Doc: package patterns

Permalink

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. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. def apply(idx: Pat[Int]): Pat[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def flatMap[B](f: (Pat[A]) ⇒ Pat[B]): Pat[B]

    Permalink

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

  7. def flatten: Pat[A]

    Permalink
  8. def foldLeft[B](z: Pat[B])(op: (Pat[B], Pat[A]) ⇒ Pat[B]): Pat[B]

    Permalink
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. def head: Pat[A]

    Permalink
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def map[B](f: (Pat[A]) ⇒ Pat[B]): Pat[Pat[B]]

    Permalink

    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]]

    Permalink
  14. def sortWith(lt: (Pat[A], Pat[A]) ⇒ Pat[Boolean]): Pat[Pat[A]]

    Permalink
  15. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped