IsFatal

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

Value members

Concrete methods

def |(that: IsFatal): IsFatal

Inherited methods

def andThen[A](g: Boolean => A): Throwable => A
Inherited from:
Function1
def compose[A](g: A => Throwable): A => Boolean
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1