core
/
org.jetbrains.dokka.validity
/
PreGenerationCheckerOutput
Pre
Generation
Checker
Output
data class
PreGenerationCheckerOutput
(result:
Boolean
, messages:
List
<
String
>)
Content copied to clipboard
Functions
Properties
Functions
component1
Link copied to clipboard
operator fun
component1
():
Boolean
Content copied to clipboard
component2
Link copied to clipboard
operator fun
component2
():
List
<
String
>
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(result:
Boolean
, messages:
List
<
String
>):
PreGenerationCheckerOutput
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
plus
Link copied to clipboard
operator fun
plus
(pair:
Pair
<
Boolean
,
List
<
String
>>):
Pair
<
Boolean
,
List
<
String
>>
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
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