filter

open fun filter(predicate: (DomainType) -> Boolean): DataDictionary

Returns a new DataDictionary containing only domain types that match the predicate.

Return

A new DataDictionary with filtered types

Parameters

predicate

Filter function applied to each DomainType