Packages

t

algo.data.stack.immutable

MinMaxStackSyntax

trait MinMaxStackSyntax extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinMaxStackSyntax
  2. AnyRef
  3. 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]

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

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

  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]

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

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

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

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

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

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

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

  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]

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

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

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

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

  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]

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

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

  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]

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

  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 AnyRef

Inherited from Any

Ungrouped