Iso

org.typelevel.twiddles.Iso
See theIso companion object
trait Iso[A, B]

Attributes

Companion:
object
Source:
Iso.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Iso[A, B]

Members list

Concise view

Value members

Abstract methods

def from(b: B): A

Attributes

Source:
Iso.scala
def to(a: A): B

Attributes

Source:
Iso.scala

Concrete methods

final def inverse: Iso[B, A]

Attributes

Source:
Iso.scala