TryAcquireAsync

libretto.scaletto.impl.FreeScaletto.-⚬$.TryAcquireAsync
case class TryAcquireAsync[A, R, B, E](acquire: A => Async[Either[E, (R, B)]], release: Option[R => Async[Unit]]) extends Val[A] -⚬ Val[E] |+| Res[R] |*| Val[B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Val[A] -⚬ Val[E] |+| Res[R] |*| Val[B]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product