ListCondition

A leaf node condition which can be used to specify a List condition to search users with attributes included in Lists like Proficiencies.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Condition objects which would be applied together with an AND condition.

Link copied to clipboard

The type of target list that will be used to filter the users.

Functions

Link copied to clipboard
inline fun copy(block: ListCondition.Builder.() -> Unit = {}): ListCondition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String