OptionConverter

class Object
trait Matchable
class Any

Value members

Inherited methods

def apply[A, B](implicit F: Converter[A, Option[B]]): OptionConverter[A, B]
Inherited from:
FixedBiConverterOps
def of[A, B](f: A => Option[B]): OptionConverter[A, B]
Inherited from:
FixedBiConverterOps
def pure[A, B](b: B): OptionConverter[A, B]
Inherited from:
FixedBiConverterOps