Aspect

kyo.Aspect
final class Aspect[T, U, S] extends Cut[T, U, S]

Attributes

Graph
Supertypes
class Cut[T, U, S]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[S2](v: T < S2)(f: T => U < (IOs & S)): U < (IOs & S & S2)
def let[V, S2](a: Cut[T, U, S])(v: V < (IOs & S2)): V < (IOs & S & S2)
def sandbox[S](v: T < S): T < (IOs & S)

Inherited methods

def andThen(other: Cut[T, U, S]): Cut[T, U, S]

Attributes

Inherited from:
Cut