Bijection

object Bijection
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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