core
1.7.0
core
/
org.jetbrains.dokka.validity
/
PreGenerationCheckerOutput
Pre
Generation
Checker
Output
data
class
PreGenerationCheckerOutput
(
val
result
:
Boolean
,
val
messages
:
List
<
String
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Pre
Generation
Checker
Output
Link copied to clipboard
fun
PreGenerationCheckerOutput
(
result
:
Boolean
,
messages
:
List
<
String
>
)
Content copied to clipboard
Functions
plus
Link copied to clipboard
operator
fun
plus
(
pair
:
Pair
<
Boolean
,
List
<
String
>
>
)
:
Pair
<
Boolean
,
List
<
String
>
>
Content copied to clipboard
Properties
messages
Link copied to clipboard
val
messages
:
List
<
String
>
Content copied to clipboard
result
Link copied to clipboard
val
result
:
Boolean
Content copied to clipboard