Tegral
0.0.5-SNAPSHOT
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.protocol
/
ObjectOrString
Object
Or
String
class
ObjectOrString
<
T
:
Any
>
Members
Constructors
Object
Or
String
Link copied to clipboard
constructor
(
stringValue
:
String
)
constructor
(
objectValue
:
T
)
Properties
obj
Link copied to clipboard
val
obj
:
T
?
string
Link copied to clipboard
val
string
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String