utilTry

object utilTry extends TryOptics
Source
Try.scala
trait TryOptics
class Object
trait Matchable
class Any

Value members

Inherited methods

final def pTrySuccess[A, B]: PPrism[Try[A], Try[B], A, B]
Inherited from
TryOptics
Source
Try.scala
final def tryFailure[A]: Prism[Try[A], Throwable]
Inherited from
TryOptics
Source
Try.scala
final def trySuccess[A]: Prism[Try[A], A]
Inherited from
TryOptics
Source
Try.scala