Partial

object Partial
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromMap[A, B](values: Map[A, B]): Option[Partial[A, B]]
def one[A, B](from: A, to: B): Partial[A, B]
def unsafe[A, B](f: A => Option[B])(g: B => Option[A]): Partial[A, B]
def unsafeFromMap[A, B](values: Map[A, B]): Partial[A, B]
def unsafeOf[A, B](values: (A, B)*): Partial[A, B]