scalaz
.
iteratee
EnumeratorP
Related Docs:
object EnumeratorP
|
package iteratee
abstract
class
EnumeratorP
[
E
,
F
[
_
]
]
extends
AnyRef
Self Type
EnumeratorP
[
E
,
F
]
Source
EnumeratorP.scala
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
EnumeratorP
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
EnumeratorP
()
Abstract Value Members
abstract
def
apply
[
G
[
_
]
]
(
trans:
~>
[
F
,
G
]
)
(
implicit
arg0:
Monad
[
G
]
)
:
EnumeratorT
[
E
,
G
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
:^
[
B
]
(
other:
EnumeratorP
[
B
,
F
]
)
:
EnumeratorP
[(
E
,
B
),
F
]
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
^:
[
B
]
(
other:
EnumeratorP
[
B
,
F
]
)
:
EnumeratorP
[(
E
,
B
),
F
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
collect
[
B
]
(
pf:
PartialFunction
[
E
,
B
]
)
:
EnumeratorP
[
B
,
F
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMap
[
B
]
(
f: (
E
) ⇒
EnumeratorP
[
B
,
F
]
)
:
EnumeratorP
[
B
,
F
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
join
(
other:
EnumeratorP
[
E
,
F
]
)
(
implicit
order:
Order
[
E
]
)
:
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
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
uniq
(
implicit
ord:
Order
[
E
]
)
:
EnumeratorP
[
E
,
F
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
zipWithIndex
:
EnumeratorP
[(
E
,
Long
),
F
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped