unsafe

object unsafe
class Object
trait Matchable
class Any
unsafe.type

Implicits

Implicits

implicit def unsafeConvertFromOption[From, To](implicit safe: Converter[From, To]): Converter[Option[From], To]

Import if you want to allow conversions from Option[A] to B by calling .get on option

Import if you want to allow conversions from Option[A] to B by calling .get on option