Unapply

harness.core.Unapply$
See theUnapply companion trait
object Unapply

Attributes

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

Members list

Value members

Concrete methods

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