OptionW

com.fasterxml.jackson.module.scala.util.OptionW$
See theOptionW companion trait
object OptionW

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OptionW.type

Members list

Concise view

Value members

Concrete methods

def apply[A](a: => Option[A]): OptionW[A]
def unapply[A](v: OptionW[A]): Option[Option[A]]