smithy4s.Bijection
See theBijection companion object
trait Bijection[A, B] extends A => B
A bijection is an association of two opposite functions A => B and B => A.
A bijection MUST abide by the round-tripping property, namely, for all input A :
bijection.from(bijection(input)) == input
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait A => Bclass Objecttrait Matchableclass Any
- Self type
-
Members list
In this article