ZipRightFn

final class ZipRightFn[R, E, A, B](val underlying: () => ZIO[R, E, 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): T1 => A
Inherited from:
Function1
def compose[A](g: A => A): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

override val underlying: () => ZIO[R, E, B]