IOApp

pillars.IOApp
abstract class IOApp(val modules: ModuleSupport*) extends App[IO], IOApp

Attributes

Source
app.scala
Graph
Supertypes
trait IOApp
class App[IO]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

Attributes

Inherited from:
App
Source
app.scala
final def main(args: Array[String]): Unit

Attributes

Inherited from:
IOApp
Source
IOApp.scala
def probes: List[Probe[IO]]

Attributes

Inherited from:
App
Source
app.scala

Attributes

Inherited from:
App
Source
app.scala

Inherited and Abstract methods

def infos: AppInfo

Attributes

Inherited from:
App
Source
app.scala
def run: IO ?=> IO[Unit]

Attributes

Inherited from:
App
Source
app.scala

Concrete fields

override val modules: ModuleSupport*

Attributes

Source
app.scala