Result.Problem

object Problem
class java.lang.Object
trait scala.Matchable
class Any

Member

object X

Type Extentions

This object contains all provided base type implementations

Source
Problem.scala

Def

inline def apply(message: String): Result.Problem
def apply(t: scala.Throwable): Result.Problem
def unapply(v: Result.Problem): scala.Option[String]

Implicit

implicit inline def implicitFromString(v: String): Result.Problem
implicit inline def implicitToThrowable(v: Result.Problem): scala.Throwable