package fmon.script trait Action[A] { def apply(env: A): Unit }