MapFn

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

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

override val underlying: A => B