final case class Streamed[DR <: DynamoRequest, Dec, +A](dynamoQuery: DynamoQuery[DR, Dec], executionStrategy: ExecutionStrategy.Streamed[DR, Dec, A]) extends Dependent[DR, Dec, [α$3$[_$2, +_]]Stream[[β$8$]α$3$[Throwable, β$8$], A]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Streamed
- Serializable
- Serializable
- Product
- Equals
- Dependent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Streamed(dynamoQuery: DynamoQuery[DR, Dec], executionStrategy: ExecutionStrategy.Streamed[DR, Dec, 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() @HotSpotIntrinsicCandidate()
- val dynamoQuery: DynamoQuery[DR, Dec]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionStrategy: ExecutionStrategy.Streamed[DR, Dec, A]
- def flatMap[B](f: (A) ⇒ StreamFThrowable[UnknownF, B]): Streamed[DR, Dec, B]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) ⇒ B): Streamed[DR, Dec, B]
- def modify(f: (DR) ⇒ DR): Streamed[DR, Dec, A]
- def modifyExecution[B](f: (StreamFThrowable[UnknownF, A]) ⇒ (StrategyInput[UnknownF, DR, Dec]) ⇒ StreamFThrowable[UnknownF, B]): Streamed[DR, Dec, B]
- def modifyQuery(f: (DynamoQuery[DR, Dec]) ⇒ DynamoQuery[DR, Dec]): Streamed[DR, Dec, A]
- def modifyStrategy[B](f: (ExecutionStrategy.Streamed[DR, Dec, A]) ⇒ ExecutionStrategy.Streamed[DR, Dec, B]): Streamed[DR, Dec, B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def through[B](f: (StreamFThrowable[UnknownF, A]) ⇒ StreamFThrowable[UnknownF, B]): Streamed[DR, Dec, B]
- def void: Streamed[DR, Dec, Unit]
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated