TryToValidatedNel

cats.xml.codec.DecoderFailureSyntax.TryToValidatedNel
implicit class TryToValidatedNel[A](tryValue: Try[A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toValidatedNel[E](onFailure: Throwable => E): Validated[NonEmptyList[E], A]