NoCapture

libretto.lambda.Capture.NoCapture
case class NoCapture[**[_, _], F[_], A]() extends Capture[**, F, A, A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Capture[**, F, A, A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def after[Z](that: Capture[**, F, Z, A])(using Unzippable[**, F]): Capture[**, F, Z, A]

Attributes

Definition Classes
override def complete(value: Tupled[**, F, A])(using Unzippable[**, F]): Tupled[**, F, A]

Attributes

Definition Classes
override def inFst[Y]: Capture[**, F, A ** Y, A ** Y]

Attributes

Definition Classes
override def inSnd[X]: Capture[**, F, X ** A, X ** A]

Attributes

Definition Classes

Inherited methods

infix def >[C](that: Capture[**, F, A, C])(using Unzippable[**, F]): Capture[**, F, A, C]

Attributes

Inherited from:
Capture
def absorb[P[_], X](value: F[X], path: Proper[**, P])(using P[X] =:= A, Unzippable[**, F]): Absorbed[**, F, P, A]

Attributes

Inherited from:
Capture
def complete(value: F[A])(using Unzippable[**, F]): Tupled[**, F, A]

Attributes

Inherited from:
Capture
def exposeCaptured(using sh: Shuffle[**]): Either[A =:= A, Exposed[sh.type, **, F, A, A]]

Attributes

Inherited from:
Capture
def from[Z](using ev: Z =:= A): Capture[**, F, Z, A]

Attributes

Inherited from:
Capture
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def to[C](using ev: A =:= C): Capture[**, F, A, C]

Attributes

Inherited from:
Capture