ComponentEventMatcher

data class ComponentEventMatcher(type: ComponentEventType?)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

component1
Link copied to clipboard
common
operator fun component1(): ComponentEventType?
copy
Link copied to clipboard
common
fun copy(type: ComponentEventType? = null): ComponentEventMatcher
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
matches
Link copied to clipboard
common
fun matches(event: ComponentEvent): Boolean
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

type
Link copied to clipboard
common
val type: ComponentEventType? = null

Sources

(source)
Link copied to clipboard