object
Heap
extends AnyRef
Type Members
-
type
Forest
[A]
= Stream[Tree[Ranked[A]]]
-
type
ForestZipper
[A]
= (Forest[A], Forest[A])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
object
Empty
extends AnyRef
-
def
apply
[A]
(sz: Int, leq: (A, A) ⇒ Boolean, t: Tree[Ranked[A]]): Heap[A]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
fromCodata
[F[_], A]
(as: F[A])(implicit arg0: Foldable[F], arg1: Order[A]): Heap[A]
-
def
fromData
[F[_], A]
(as: F[A])(implicit arg0: Foldable[F], arg1: Order[A]): Heap[A]
-
def
fromDataWith
[F[_], A]
(f: (A, A) ⇒ Boolean, as: F[A])(implicit arg0: Foldable[F]): Heap[A]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
implicit val
heapFoldable
: Foldable[Heap]
-
implicit def
heapMonoid
[A]
: Monoid[Heap[A]]
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
replicate
[A]
(a: A, i: Int)(implicit arg0: Order[A]): Heap[A]
-
def
singleton
[A]
(a: A)(implicit arg0: Order[A]): Heap[A]
-
def
sort
[F[_], A]
(xs: F[A])(implicit arg0: Foldable[F], arg1: Order[A]): List[A]
-
def
sortWith
[F[_], A]
(f: (A, A) ⇒ Boolean, xs: F[A])(implicit arg0: Foldable[F]): List[A]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unapply
[A]
(h: Heap[A]): Option[(Int, (A, A) ⇒ Boolean, Tree[Ranked[A]])]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any