Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isBranchCompleteByName
Link copied to clipboard
fun isBranchCompleteByName(name: String): Boolean

Some tests to count policies by completion or not use only the String collection without instantiating them. To keep the hardcoding in one place, this is public and should be used instead of duplicating it.

toString
Link copied to clipboard
open fun toString(): String

Properties

branchCompleteSuffix
Link copied to clipboard
const val branchCompleteSuffix: String

Sources

jvm source
Link copied to clipboard