abstract
type
SetForm <: JsonSet with AnyForm
Type Members
-
type
Family = Base
Abstract Value Members
-
abstract
def
iterator: Iterator[A]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
-
final
def
==(arg0: Any): Boolean
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
-
-
-
def
canEqual(other: Any): Boolean
-
def
cast[T](implicit T: Mold[T]): Maybe[T]
-
def
clone(): AnyRef
-
def
coerce[T](implicit T: Mold[T]): T
-
def
contains(elem: A @scala.annotation.unchecked.uncheckedVariance): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(other: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isBinaryForm: Boolean
-
def
isBooleanForm: Boolean
-
def
isDateForm: Boolean
-
def
isDefined: Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isNullForm: Boolean
-
def
isNumberForm: Boolean
-
def
isObjectForm: Boolean
-
def
isSeqForm: Boolean
-
def
isSetForm: Boolean
-
def
isStringForm: Boolean
-
def
isUndefinedForm: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
size: Int
-
def
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toJson: String
-
def
toString(): String
-
def
traverse(f: (A) ⇒ Unit): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeJson(builder: StringBuilder): Unit
Inherited from basis.Family[SetForm]
Inherited from Immutable
Inherited from Equals
Inherited from AnyRef
Inherited from Any
A set of variant forms.