Iso

@implicitNotFound("Could not prove ${A} is isomorphic to ${B}.") trait Iso[A, B]
Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def to(a: A): B
def from(b: B): A
final def inverse: Iso[B, A]