PreGenerationCheckerOutput

data class PreGenerationCheckerOutput(result: Boolean, messages: List<String>)

Functions

component1
Link copied to clipboard
operator fun component1(): Boolean
component2
Link copied to clipboard
operator fun component2(): List<String>
copy
Link copied to clipboard
fun copy(result: Boolean, messages: List<String>): PreGenerationCheckerOutput
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
plus
Link copied to clipboard
operator fun plus(pair: Pair<Boolean, List<String>>): Pair<Boolean, List<String>>
toString
Link copied to clipboard
open override fun toString(): String

Properties

messages
Link copied to clipboard
val messages: List<String>
result
Link copied to clipboard
val result: Boolean