TapFn

final class TapFn[R, E, A](val underlying: A => ZIO[R, E, Any])
trait A => ZIO[R, E, A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: A): ZIO[R, E, A]

Inherited methods

def andThen[A](g: ZIO[R, E, A] => A): A => A
Inherited from:
Function1
def compose[A](g: A => A): A => ZIO[R, E, A]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

override val underlying: A => ZIO[R, E, Any]