ItemMatch

sealed interface ItemMatch

Inheritors

Types

Link copied to clipboard
data class ItemExact(val item: Item) : PredicateUtils.ItemMatch
Link copied to clipboard
data class ItemWithin(val items: List<Item>) : PredicateUtils.ItemMatch

Functions

Link copied to clipboard
open fun matches(actual: Item): Boolean