Spec

interface Spec<T>(source)

Represents some predicate against objects of type T.

Parameters

<T>

The target type for this Spec

Inheritors

Functions

Link copied to clipboard
abstract fun isSatisfiedBy(element: T): Boolean