abstract
class
EnumeratorP[E, F[_]] extends AnyRef
Instance Constructors
-
new
EnumeratorP()
Abstract Value Members
-
abstract
def
apply[G[_]](implicit MO: MonadPartialOrder[G, F]): EnumeratorT[E, G]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
collect[B](pf: PartialFunction[E, B]): EnumeratorP[B, F]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
join(other: EnumeratorP[E, F])(implicit order: Order[E], m: Monad[F]): EnumeratorP[(E, E), F]
-
def
map[B](f: (E) ⇒ B): EnumeratorP[B, F]
-
def
merge(other: EnumeratorP[E, F])(implicit ord: Order[E], m: Monad[F]): EnumeratorP[E, F]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
uniq(implicit ord: Order[E]): EnumeratorP[E, F]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zipWithIndex: EnumeratorP[(E, Long), F]
Inherited from AnyRef
Inherited from Any