CatsPartialTransformerResultOps

io.scalaland.chimney.cats.CatsPartialTransformerResultOps
final class CatsPartialTransformerResultOps[A](ptr: Result[A]) extends AnyVal

Attributes

Since

0.7.0

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def asValidated: Validated[Errors, A]

Attributes

Since

0.7.0

def asValidatedChain: Validated[Chain[Error], A]

Attributes

Since

0.7.0

def asValidatedList: Validated[List[Error], A]

Attributes

Since

0.7.0

def asValidatedNec: ValidatedNec[Error, A]

Attributes

Since

0.7.0

def asValidatedNel: ValidatedNel[Error, A]

Attributes

Since

0.7.0