class NestedCoproductHint[T] extends CoproductHint[T]
Product types are disambiguated by an extra layer containing a
single key which is the name of the type of product contained in
the value. e.g. (:my-type (...))
- Alphabetic
- By Inheritance
- NestedCoproductHint
- CoproductHint
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NestedCoproductHint()(implicit arg0: Typeable[T])
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
field(orig: String): SexpSymbol
Override to provide custom field naming.
Override to provide custom field naming. Caching is recommended for performance.
- Definition Classes
- NestedCoproductHint → CoproductHint
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
read[Name <: Symbol](d: SexpData, n: Name): Option[SexpData]
Given the
SexpDatafor the sealed family, disambiguate and extract theSexpDataassociated to theNameimplementation (if available) or otherwise returnNone.Given the
SexpDatafor the sealed family, disambiguate and extract theSexpDataassociated to theNameimplementation (if available) or otherwise returnNone.- Definition Classes
- NestedCoproductHint → CoproductHint
-
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( ... )
-
def
write[Name <: Symbol](d: SexpData, n: Name): SexpData
Given the
SexpDatafor the contained product type ofName, encode disambiguation information for later retrieval.Given the
SexpDatafor the contained product type ofName, encode disambiguation information for later retrieval.- Definition Classes
- NestedCoproductHint → CoproductHint