WrappingFunction

trait WrappingFunction[-R, E, A, Info]

WrappingFunction[R, E, A, Info] is an alias for a function that transforms an initial function from Info to ZIO[R, E, A] into a new function from Info to ZIO[R, E, A].

WrappingFunction[R, E, A, Info] is an alias for a function that transforms an initial function from Info to ZIO[R, E, A] into a new function from Info to ZIO[R, E, A].

class Object
trait Matchable
class Any

Value members

Abstract methods

def wrap[R1 <: R](f: Info => ZIO[R1, E, A]): Info => ZIO[R1, E, A]