final class PatNestedOps[A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PatNestedOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(idx: Pat[Int]): Pat[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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. - def flatten: Pat[A]
- def foldLeft[B](z: Pat[B])(op: (Pat[B], Pat[A]) => Pat[B]): Pat[B]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def head: Pat[A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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. - def mapWithIndex[B](f: (Pat[A], Pat[Int]) => Pat[B]): Pat[Pat[B]]
- def sortWith(lt: (Pat[A], Pat[A]) => Pat[Boolean]): Pat[Pat[A]]
- def toString(): String
- Definition Classes
- Any