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

Concrete methods

def clock: Clock
def log: Unsafe
def random: Random

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 : Flat](v: => T < Effects): Unit

Attributes

Inherited from:
Base