Spec

interface Spec

A function that modifies a SearchSpecs object to add its constraint.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

apply
Link copied to clipboard
common
abstract fun apply(specs: SearchSpecs)
Apply the function.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

SearchDSL
Link copied to clipboard