AsyncListIterator
Attributes
- Source
- AsyncListIterator.scala
- Graph
-
- Supertypes
Members list
Type members
Classlikes
Attributes
- Source
- AsyncListIterator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source
- AsyncListIterator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Stateclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- AsyncListIterator.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Stateclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
return the next element of stream in option or None if stream is finished.
return the next element of stream in option or None if stream is finished.
Attributes
- Source
- AsyncListIterator.scala
Inherited methods
filter accumulator by p, returning only those values, which as satisficy p
.
filter accumulator by p, returning only those values, which as satisficy p
.
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
filter accumulator by p, returning only those values, which as satisficy p
. Note, that p
is applied sequentially
filter accumulator by p, returning only those values, which as satisficy p
. Note, that p
is applied sequentially
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Find first value wich satisficy p
Find first value wich satisficy p
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
synonym for mapTry(identity)
return iterator with values mapped by f
return iterator with values mapped by f
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
map over async function. Substituted automatically when using await inside async block in map.
map over async function. Substituted automatically when using await inside async block in map.
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
map over Try[T], which allows to handle the cases, when next
returns a failure. Be carefuel for situation, when failed next have no effect - in this case we will receive the infinite sequence of failuers.
map over Try[T], which allows to handle the cases, when next
returns a failure. Be carefuel for situation, when failed next have no effect - in this case we will receive the infinite sequence of failuers.
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
async version of mapTry
Scan the value and output in the resulting iterator cummulative accumulated values. Note, that
Scan the value and output in the resulting iterator cummulative accumulated values. Note, that
f
should be side effects free, since it can be reapplied in situation, when parallel threads tryng to read the next value- s0 and f(s,t) should not be nulls.
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Scan the value and output in the resulting iterator cummulative accumulated values. Note, that
Scan the value and output in the resulting iterator cummulative accumulated values. Note, that
f
should be side effects free, since it can be reapplied in situation, when parallel threads tryng to read the next value- s0 and f(s,t) should not be nulls.
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Attributes
- Inherited from:
- AsyncIterator
- Source
- AsyncIterator.scala
Concrete fields
Attributes
- Source
- AsyncListIterator.scala