Aspect

kyo.aspects.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 > Aspects & S): U > Aspects & S & S2
def let[V, S2](a: Cut[T, U, S])(v: V > Aspects & S2): V > Aspects & S & S2
def sandbox[S](v: T > S): T > Aspects & S

Inherited methods

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

Attributes

Inherited from:
Cut