BracketReleaseFn

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

Value members

Concrete methods

override def apply(a: A, exit: Exit[E, B]): URIO[R, Any]
Definition Classes
Function2

Inherited methods

def curried: T1 => T2 => R
Inherited from:
Function2
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
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R
Inherited from:
Function2

Concrete fields

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