IOApp

cats.effect.IOApp$
See theIOApp companion trait
object IOApp

Attributes

Companion:
trait
Source:
IOApp.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IOApp.type

Members list

Concise view

Type members

Classlikes

trait Simple extends IOApp

A simplified version of IOApp for applications which ignore their process arguments and always produces ExitCode.Success (unless terminated exceptionally or interrupted).

A simplified version of IOApp for applications which ignore their process arguments and always produces ExitCode.Success (unless terminated exceptionally or interrupted).

Attributes

See also:
Source:
IOApp.scala
Graph
Supertypes
trait IOApp
class Object
trait Matchable
class Any