Packages

object syntax extends MinMaxStackSyntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. MinMaxStackSyntax
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bottom[V]: State[MinMaxStack[V], V]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.bottom

  6. def bottomOption[V]: State[MinMaxStack[V], Option[V]]

  7. def clear[V]: State[MinMaxStack[V], Unit]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.clear

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def isEmpty[V]: State[MinMaxStack[V], Boolean]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.isEmpty

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def iterator[V]: State[MinMaxStack[V], Iterator[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.iterator

  16. def knownSize[V]: State[MinMaxStack[V], Int]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.knownSize

  17. def max[V]: State[MinMaxStack[V], V]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.max

  18. def maxOption[V]: State[MinMaxStack[V], Option[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.maxOption

  19. def min[V]: State[MinMaxStack[V], V]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.min

  20. def minOption[V]: State[MinMaxStack[V], Option[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.minOption

  21. def minmax[V]: State[MinMaxStack[V], (V, V)]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.minmax

  22. def minmaxOption[V]: State[MinMaxStack[V], Option[(V, V)]]

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nonEmpty[V]: State[MinMaxStack[V], Boolean]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.nonEmpty

  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def ordering[V]: State[MinMaxStack[V], Ordering[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.ordering

  28. def pop[V]: State[MinMaxStack[V], V]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.pop

  29. def popAll[V]: State[MinMaxStack[V], IndexedSeq[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.popAll

  30. def popWhile[V](f: (V) => Boolean): State[MinMaxStack[V], IndexedSeq[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.popWhile

  31. def push[V](value: V, values: V*): State[MinMaxStack[V], Unit]

  32. def push[V](value: V): State[MinMaxStack[V], Unit]

  33. def pushAll[V](iterable: IterableOnce[V]): State[MinMaxStack[V], Unit]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.pushAll

  34. def reverseIterator[V]: State[MinMaxStack[V], Iterator[V]]

  35. def size[V]: State[MinMaxStack[V], Int]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.size

  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def top[V]: State[MinMaxStack[V], V]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.top

  39. def topOption[V]: State[MinMaxStack[V], Option[V]]

    Definition Classes
    MinMaxStackSyntax
    See also

    MinMaxStack.topOption

  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MinMaxStackSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped