Packages

object syntax extends HeapSyntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. HeapSyntax
  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 branchingFactor[V]: State[Heap[V], Int]

    Definition Classes
    HeapSyntax
    See also

    Heap.branchingFactor

  6. def clear[V]: State[Heap[V], Unit]

    Definition Classes
    HeapSyntax
    See also

    Heap.clear

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def contains[V](value: V): State[Heap[V], Boolean]

    Definition Classes
    HeapSyntax
    See also

    Heap.contains

  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[Heap[V], Boolean]

    Definition Classes
    HeapSyntax
    See also

    Heap.isEmpty

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

    Definition Classes
    HeapSyntax
    See also

    Heap.iterator

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

    Definition Classes
    HeapSyntax
    See also

    Heap.knownSize

  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def nonEmpty[V]: State[Heap[V], Boolean]

    Definition Classes
    HeapSyntax
    See also

    Heap.nonEmpty

  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def ordering[V]: State[Heap[V], Ordering[V]]

    Definition Classes
    HeapSyntax
    See also

    Heap.ordering

  22. def pop[V]: State[Heap[V], V]

    Definition Classes
    HeapSyntax
    See also

    Heap.pop

  23. def popAll[V]: State[Heap[V], IndexedSeq[V]]

    Definition Classes
    HeapSyntax
    See also

    Heap.popAll

  24. def push[V](value: V): State[Heap[V], Unit]

    Definition Classes
    HeapSyntax
    See also

    Heap.push

  25. def remove[V](value: V): State[Heap[V], Unit]

    Definition Classes
    HeapSyntax
    See also

    Heap.remove

  26. def reverse[V]: State[Heap[V], Unit]

    Definition Classes
    HeapSyntax
    See also

    Heap.reverse

  27. def size[V]: State[Heap[V], Int]

    Definition Classes
    HeapSyntax
    See also

    Heap.size

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def top[V]: State[Heap[V], V]

    Definition Classes
    HeapSyntax
    See also

    Heap.top

  31. def topOption[V]: State[Heap[V], Option[V]]

    Definition Classes
    HeapSyntax
    See also

    Heap.topOption

  32. def update[V](oldValue: V, newValue: V): State[Heap[V], Unit]

    Definition Classes
    HeapSyntax
    See also

    Heap.update

  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. 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 HeapSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped