ItemWithin

data class ItemWithin(val items: List<Item>) : PredicateUtils.ItemMatch

Constructors

Link copied to clipboard
constructor(items: List<Item>)

Properties

Link copied to clipboard
val items: List<Item>

Functions

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