object
Enumerator
extends AnyRef
Type Members
-
trait
Pushee
[E]
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
[E]
(in: E*): Enumerator[E]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
enumInput
[E]
(e: Input[E]): Enumerator[E]
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
-
def
fromCallback
[E]
(retriever: () ⇒ Promise[Option[E]], onComplete: () ⇒ Unit, onError: (String, Input[E]) ⇒ Unit): Enumerator[E]
-
def
fromCallback1
[E]
(retriever: (Boolean) ⇒ Promise[Option[E]], onComplete: () ⇒ Unit, onError: (String, Input[E]) ⇒ Unit): Enumerator[E]
-
def
fromFile
(file: File, chunkSize: Int = 1024 * 8): Enumerator[Array[Byte]]
-
def
fromStream
(input: InputStream, chunkSize: Int = 1024 * 8): Enumerator[Array[Byte]]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
imperative
[E]
(onStart: ⇒ Unit, onComplete: ⇒ Unit, onError: (String, Input[E]) ⇒ Unit): PushEnumerator[E]
-
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
pushee
[E]
(onStart: (Pushee[E]) ⇒ Unit, onComplete: ⇒ Unit, onError: (String, Input[E]) ⇒ Unit): Enumerator[E]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any