Unapply

oxygen.core.Unapply
See theUnapply companion trait
object Unapply

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Unapply.type

Members list

Value members

Concrete methods

def apply[A, B](f: PartialFunction[A, Option[B]]): Unapply[A, B]
def fromPartialFunction[A, B](pf: PartialFunction[A, B]): Unapply[A, B]