Surjection

object Surjection
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, B](to: A => Either[String, B], from: B => A): Surjection[A, B]
def catching[A, B](to: A => B, from: B => A): Surjection[A, B]