IsFatal

sealed trait IsFatal extends Throwable => Boolean
Companion:
object
trait Throwable => Boolean
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(t: Throwable): Boolean
def |(that: IsFatal): IsFatal

Inherited methods

def andThen[A](g: Boolean => A): T1 => A
Inherited from:
Function1
def compose[A](g: A => Throwable): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1