FastZIOSyntax

zio.http.Handler$.FastZIOSyntax
final implicit class FastZIOSyntax[R, E, A](val zio: ZIO[R, E, A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def fastFlatMap[R1 <: R, E1 >: E, B](f: A => ZIO[R1, E1, B])(implicit trace: Trace): ZIO[R1, E1, B]
def fastMap[B](f: A => B)(implicit trace: Trace): ZIO[R, E, B]
def fastMapBoth[E2, B](f: E => E2, g: A => B)(implicit trace: Trace): ZIO[R, E2, B]

Concrete fields

val zio: ZIO[R, E, A]