toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie.guts
/
LiteralValue
Literal
Value
class
LiteralValue
<
T
:
Any
>
(
val
expected
:
T
?
,
val
actual
:
T
,
val
format
:
LiteralFormat
<
T
>
)
Members
Constructors
Literal
Value
Link copied to clipboard
constructor
(
expected
:
T
?
,
actual
:
T
,
format
:
LiteralFormat
<
T
>
)
Properties
actual
Link copied to clipboard
val
actual
:
T
expected
Link copied to clipboard
val
expected
:
T
?
format
Link copied to clipboard
val
format
:
LiteralFormat
<
T
>