Partial

harness.web.Partial
See thePartial companion object
sealed trait Partial[+T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Specified[T]
object Unspecified.type

Members list

Value members

Concrete methods

final def specifiedOr[T2 >: T](or: => T2): T2
final def toOption: Option[T]