TryAcquire

libretto.scaletto.impl.Fun.TryAcquire
case class TryAcquire[A, R, B, E](acquire: ScalaFunction[A, Either[E, (R, B)]], release: Option[ScalaFunction[R, Unit]]) extends Leaf[Val[A], Val[E] |+| (Res[R] |*| Val[B])]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Leaf[Val[A], Val[E] |+| (Res[R] |*| Val[B])]
trait Fun[Nothing, Val[A], Val[E] |+| (Res[R] |*| Val[B])]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def foldMonoid[M](h: [X, Y] => Nothing => M)(using M: Monoid[M]): M

Attributes

Inherited from:
Fun
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def translateA[->>[_, _], G[_]](h: [X, Y] => Nothing => G[->>[X, Y]])(using G: Applicative[G]): G[Fun[->>, Val[A], Val[E] |+| (Res[R] |*| Val[B])]]

Attributes

Inherited from:
Fun