class ComponentState
components |
lateinit var components: List<Component> |
total |
var total: Int |
unknown |
val unknown: Boolean |
check |
fun check(pids: Collection<String>, predicate: (Component) -> Boolean): Booleanfun check(pids: Collection<String>, ignoredPids: Collection<String>, predicate: (Component) -> Boolean): Boolean |
equals |
fun equals(other: Any?): Boolean |
find |
fun find(pids: Collection<String>): List<Component>fun find(pids: Collection<String>, ignoredPids: Collection<String>): List<Component> |
hashCode |
fun hashCode(): Int |
toString |
fun toString(): String |
unknown |
fun unknown(): ComponentState |