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

Inherited methods

def curried: A => Exit[E, B] => URIO[R, Any]
Inherited from:
Function2
override def toString(): String
Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: (A, Exit[E, B]) => URIO[R, Any]
Inherited from:
Function2

Concrete fields

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