io
.
parsek
PValue
Related Docs:
trait PValue
|
package parsek
object
PValue
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PValue
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
FieldType
= (
Symbol
,
PValue
)
final
case class
PArray
(
value:
Vector
[
PValue
]
)
extends
PValue
with
Product
with
Serializable
final
case class
PBoolean
(
value:
Boolean
)
extends
PValue
with
Product
with
Serializable
final
case class
PBytes
(
value:
Array
[
Byte
]
)
extends
PValue
with
Product
with
Serializable
final
case class
PDate
(
value:
LocalDate
)
extends
PValue
with
Product
with
Serializable
final
case class
PDouble
(
value:
Double
)
extends
PValue
with
Product
with
Serializable
final
case class
PInstant
(
value:
Instant
)
extends
PValue
with
Product
with
Serializable
final
case class
PInt
(
value:
Int
)
extends
PValue
with
Product
with
Serializable
final
case class
PLong
(
value:
Long
)
extends
PValue
with
Product
with
Serializable
final
case class
PMap
(
value:
Map
[
Symbol
,
PValue
]
)
extends
PValue
with
Product
with
Serializable
final
case class
PString
(
value:
String
)
extends
PValue
with
Product
with
Serializable
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
val
False
:
PValue
final
val
Null
:
PValue
final
val
True
:
PValue
def
apply
[
A
]
(
a:
A
)
(
implicit
encoder:
Encoder
[
A
]
)
:
PValue
final
def
arr
(
values:
PValue
*
)
:
PValue
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
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
fromBoolean
(
v:
Boolean
)
:
PValue
final
def
fromBytes
(
v:
Array
[
Byte
]
)
:
PValue
final
def
fromDouble
(
v:
Double
)
:
PValue
final
def
fromFields
(
fields:
Traversable
[
FieldType
]
)
:
PValue
final
def
fromInstant
(
v:
Instant
)
:
PValue
final
def
fromInt
(
v:
Int
)
:
PValue
final
def
fromLocalDate
(
v:
LocalDate
)
:
PValue
final
def
fromLong
(
v:
Long
)
:
PValue
final
def
fromMap
(
map:
Map
[
Symbol
,
PValue
]
)
:
PValue
final
def
fromString
(
v:
String
)
:
PValue
final
def
fromValues
(
values:
Traversable
[
PValue
]
)
:
PValue
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
final
def
pmap
(
fields:
FieldType
*
)
:
PMap
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped