CommonOperations

Functions

Link copied to clipboard
open fun filter(string: String, invert: Boolean = false)
abstract fun filter(regex: Regex, invert: Boolean = false)
Link copied to clipboard
abstract fun scope(label: String, f: SCOPE.() -> Unit)
abstract fun scope(label: String, op: ScopeEntityPredicate = ScopeEntityPredicate.ifExists, entity: Entity.Type, f: SCOPE.() -> Unit)