Simple

cats.effect.ResourceApp$.Simple
trait Simple extends ResourceApp

A ResourceApp which takes no process arguments and always produces ExitCode.Success except when an exception is raised.

Attributes

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

Members list

Value members

Abstract methods

def run: Resource[IO, Unit]

Attributes

See also

cats.effect.IOApp.Simple!.run:cats\.effect\.IO[Unit]*

Source
ResourceApp.scala

Concrete methods

final def run(args: List[String]): Resource[IO, ExitCode]

Attributes

See also
Source
ResourceApp.scala

Inherited methods

final def main(args: Array[String]): Unit

Attributes

Inherited from:
ResourceApp
Source
ResourceApp.scala