trait MinMaxStackSyntax extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinMaxStackSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bottom[V]: State[MinMaxStack[V], V]
- See also
- def bottomOption[V]: State[MinMaxStack[V], Option[V]]
- See also
- def clear[V]: State[MinMaxStack[V], Unit]
- See also
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isEmpty[V]: State[MinMaxStack[V], Boolean]
- See also
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator[V]: State[MinMaxStack[V], Iterator[V]]
- See also
- def knownSize[V]: State[MinMaxStack[V], Int]
- See also
- def max[V]: State[MinMaxStack[V], V]
- See also
- def maxOption[V]: State[MinMaxStack[V], Option[V]]
- See also
- def min[V]: State[MinMaxStack[V], V]
- See also
- def minOption[V]: State[MinMaxStack[V], Option[V]]
- See also
- def minmax[V]: State[MinMaxStack[V], (V, V)]
- See also
- def minmaxOption[V]: State[MinMaxStack[V], Option[(V, V)]]
- See also
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty[V]: State[MinMaxStack[V], Boolean]
- See also
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ordering[V]: State[MinMaxStack[V], Ordering[V]]
- See also
- def pop[V]: State[MinMaxStack[V], V]
- See also
- def popAll[V]: State[MinMaxStack[V], IndexedSeq[V]]
- See also
- def popWhile[V](f: (V) => Boolean): State[MinMaxStack[V], IndexedSeq[V]]
- See also
- def push[V](value: V, values: V*): State[MinMaxStack[V], Unit]
- def push[V](value: V): State[MinMaxStack[V], Unit]
- See also
- def pushAll[V](iterable: IterableOnce[V]): State[MinMaxStack[V], Unit]
- See also
- def reverseIterator[V]: State[MinMaxStack[V], Iterator[V]]
- See also
- def size[V]: State[MinMaxStack[V], Int]
- See also
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def top[V]: State[MinMaxStack[V], V]
- See also
- def topOption[V]: State[MinMaxStack[V], Option[V]]
- See also
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])