public class JSONEither$ extends Object
Modifier and Type | Field and Description |
---|---|
static JSONEither$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
JSONEither$() |
Modifier and Type | Method and Description |
---|---|
JSONEither |
apply(boolean x) |
JSONEither |
apply(scala.collection.immutable.Map<String,JSONEither> x) |
JSONEither |
apply(Number x) |
JSONEither |
apply(scala.collection.immutable.Seq<JSONEither> x) |
JSONEither |
apply(String x) |
JSONEither |
getNull() |
public static final JSONEither$ MODULE$
public JSONEither apply(Number x)
public JSONEither apply(String x)
public JSONEither apply(boolean x)
public JSONEither apply(scala.collection.immutable.Seq<JSONEither> x)
public JSONEither apply(scala.collection.immutable.Map<String,JSONEither> x)
public JSONEither getNull()