class AhcStream[A] extends Stream[A]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AhcStream
- Stream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AhcStream(publisher: Publisher[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fold[B](zero: B)(f: (B, A) ⇒ B): Future[B]
Runs f on each element received to the stream with its previous output.
Runs f on each element received to the stream with its previous output.
- Definition Classes
- AhcStream → Stream
-
def
foldResource[B](zero: B)(f: (B, A) ⇒ B, close: () ⇒ Unit): Future[B]
Runs f on each element received to the stream with its previous output and does closing operation .
Runs f on each element received to the stream with its previous output and does closing operation .
- Definition Classes
- AhcStream → Stream
-
def
foreach(f: (A) ⇒ Unit): Future[Unit]
Runs f on each element received to the stream.
Runs f on each element received to the stream.
- Definition Classes
- AhcStream → Stream
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
reduce(f: (A, A) ⇒ A): Future[A]
Runs f on each element received to the stream with its previous output.
Runs f on each element received to the stream with its previous output.
- Definition Classes
- AhcStream → Stream
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toPublisher: Publisher[A]
- Definition Classes
- AhcStream → Stream
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
underlying[B]: B
- returns
The underlying Stream object.
- Definition Classes
- AhcStream → Stream
-
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( ... ) @native()