TryOptics

monocle.std.TryOptics
trait TryOptics

Attributes

Source:
Try.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Monocle.type
object all.type
object utilTry.type

Members list

Concise view

Value members

Concrete methods

final def pTrySuccess[A, B]: PPrism[Try[A], Try[B], A, B]

Attributes

Source:
Try.scala
final def tryFailure[A]: Prism[Try[A], Throwable]

Attributes

Source:
Try.scala
final def trySuccess[A]: Prism[Try[A], A]

Attributes

Source:
Try.scala