Aspect

kyo.Aspect
See theAspect companion object
final class Aspect[A, B, S] extends Cut[A, B, S]

Attributes

Companion
object
Graph
Supertypes
class Cut[A, B, S]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[S2](v: A < S2)(f: A => B < S): B < (S & S2)
def let[V, S2](a: Cut[A, B, S])(v: V < S2)(using Frame): V < (S & S2)
def sandbox[S](v: A < S)(using Frame): A < S

Inherited methods

def andThen(other: Cut[A, B, S])(using Frame): Cut[A, B, S]

Attributes

Inherited from:
Cut