Bijection

smithy4s.Bijection$
See theBijection companion trait
object Bijection

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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