StreamingOutputResult

case
class StreamingOutputResult[R, Response, Item](response: Response, output: ZStream[R, AwsError, Item])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapOutput[I](f: ZStream[R, AwsError, Item] => ZStream[R, AwsError, I]): StreamingOutputResult[R, Response, I]
def mapResponse[Response2](f: Response => Response2): StreamingOutputResult[R, Response2, Item]
def provideEnvironment(r: ZEnvironment[R]): StreamingOutputResult[Any, Response, Item]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product