implicit final
class
RecordsRichTryOption[A] extends AnyVal
Instance Constructors
-
new
RecordsRichTryOption(underlying: Try[Option[A]])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
def
failUnlessDefined(msg: ⇒ String, id: ⇒ Int = Issue.Error.UNKNOWN): Try[Option[A]]
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
val
underlying: Try[Option[A]]
-
Extends scala.util.Try with optional values with record building sugar.