Aspect

kyo.aspects$.Aspect
final class Aspect[T, U, S1] extends Cut[T, U, S1]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply[S2, S3](v: T > S2)(f: T => U > S3 | Aspects): U > S1 | S2 | S3 | Aspects
def let[V, S2](a: Cut[T, U, S1])(v: V > S2 | Aspects): V > S1 | S2 | Aspects
def sandbox[S](v: T > S | Aspects): T > S | Aspects

Inherited methods

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

Attributes

Inherited from:
Cut