object UnderlyingClaper
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnderlyingClaper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def booleanParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Boolean], Option[Boolean]]
- implicit def byteParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Byte], Option[Byte]]
- implicit def charParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Char], Option[Char]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def doubleParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Double], Option[Double]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def floatParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Float], Option[Float]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def hlistParser[K <: Symbol, H, T <: HList, TD <: HList](implicit witness: Aux[K], hParser: Lazy[UnderlyingClaper[FieldType[K, H], Option[H]]], tParser: UnderlyingClaper[T, TD]): UnderlyingClaper[::[FieldType[K, H], T], ::[Option[H], TD]]
- implicit val hnilParser: UnderlyingClaper[HNil, HNil]
- implicit def intParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Int], Option[Int]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def longParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Long], Option[Long]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionParser[A, K <: Symbol](implicit witness: Aux[K], aParser: UnderlyingClaper[FieldType[K, A], Option[A]]): UnderlyingClaper[FieldType[K, Option[A]], Option[Option[A]]]
- implicit def shortParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, Short], Option[Short]]
- implicit def stringParser[K <: Symbol](implicit witness: Aux[K]): UnderlyingClaper[FieldType[K, String], Option[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()