com.mchange.sysadmin.TaskRunner$
See theTaskRunner companion trait
object TaskRunner
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TaskRunner.type
Members list
Type members
Classlikes
trait LineLogging(lines: Run => Iterable[String], sink: String => Unit) extends TaskRunner
Attributes
- Supertypes
trait ReportLogging(report: Run => String, sink: String => Unit) extends TaskRunner
Attributes
- Supertypes
object SmtpLogging
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SmtpLogging.type
trait SmtpLogging(from: String, to: String, subject: Run => String, text: Run => String)(using context: Context) extends TaskRunner
Attributes
- Companion
- object
- Supertypes
Value members
Concrete methods
Concrete fields
In this article