ExitCase

cats.effect.kernel.Resource$.ExitCase
See theExitCase companion object
sealed trait ExitCase extends Product, Serializable

Type for signaling the exit condition of an effectful computation, that may either succeed, fail with an error or get canceled.

The types of exit signals are:

Attributes

Companion
object
Source
Resource.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Canceled.type
class Errored
object Succeeded.type

Members list

Value members

Abstract methods

Attributes

Source
Resource.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product