Cut

kyo.aspects.Cut
abstract class Cut[T, U, S]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Aspect[T, U, S]

Members list

Value members

Abstract methods

def apply[S2](v: T > S2)(f: T => U > IOs & S): U > IOs & S & S2

Concrete methods

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