Bijection

org.finos.morphir.functional.Bijection
See theBijection companion trait
object Bijection

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Bijection.type

Members list

Value members

Concrete methods

def apply[A, B](to: A => B, from: B => A): Bijection[A, B]
def identity[A]: Bijection[A, A]