Aspect

kyo.Aspect
See theAspect companion class
object Aspect

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Aspect.type

Members list

Value members

Concrete methods

def chain[A, B, S](head: Cut[A, B, S], tail: Seq[Cut[A, B, S]])(using Frame): Cut[A, B, S]
def init[A, B, S](using Frame): Aspect[A, B, S]
def init[A, B, S](default: Cut[A, B, S])(using Frame): Aspect[A, B, S]