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
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

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