KyoApp

kyo.KyoApp
See theKyoApp companion object
abstract class KyoApp extends Base[Effects]

Attributes

Companion
object
Graph
Supertypes
class Base[Effects]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

final protected def args: Array[String]

Attributes

Inherited from:
Base
final def main(args: Array[String]): Unit

Attributes

Inherited from:
Base
protected def run[T](v: => T < Effects)(using f: Flat[T < Effects]): Unit

Attributes

Inherited from:
Base