Bijection

object Bijection
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def one[A, B](from: A, to: B): Bijection[A, B]
def unsafe[A, B](f: A => B)(g: B => A): Bijection[A, B]
def unsafeFromMap[A, B](values: Map[A, B]): Bijection[A, B]

Concrete fields

val integer: Bijection[Int, Integer]
val reverse: Bijection[String, String]