TrySplitResource

libretto.scaletto.impl.Fun.TrySplitResource
case class TrySplitResource[R, A, S, T, B, E](f: ScalaFunction[(R, A), Either[E, (S, T, B)]], release1: Option[ScalaFunction[S, Unit]], release2: Option[ScalaFunction[T, Unit]]) extends Leaf[Res[R] |*| Val[A], Val[E] |+| (Res[S] |*| Res[T] |*| Val[B])]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Leaf[Res[R] |*| Val[A], Val[E] |+| (Res[S] |*| Res[T] |*| Val[B])]
trait Fun[Nothing, Res[R] |*| Val[A], Val[E] |+| (Res[S] |*| Res[T] |*| 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[->>, Res[R] |*| Val[A], Val[E] |+| (Res[S] |*| Res[T] |*| Val[B])]]

Attributes

Inherited from:
Fun