IntrospectionWrapper

trait IntrospectionWrapper[-R] extends Wrapper[R]

Wrapper for the introspection query processing. Takes a function from a ZIO[R, ExecutionError, __Introspection] and that returns a ZIO[R, ExecutionError, __Introspection].

Wrapper for the introspection query processing. Takes a function from a ZIO[R, ExecutionError, __Introspection] and that returns a ZIO[R, ExecutionError, __Introspection].

trait Wrapper[R]
class Object
trait Matchable
class Any

Value members

Abstract methods

def wrap[R1 <: R](effect: ZIO[R1, ExecutionError, __Introspection]): ZIO[R1, ExecutionError, __Introspection]

Inherited methods

def |+|[R1 <: R](that: Wrapper[R1]): Wrapper[R1]
Inherited from
Wrapper