Sift DSL 0.15.0
JVM
Sift DSL 0.15.0
/
sift.core.dsl
/
CommonOperations
Common
Operations
interface
CommonOperations
<
T
:
Element
,
SCOPE
:
Core
<
T
>
>
(
source
)
Inheritors
Annotations
Classes
Elements
Fields
Methods
Parameters
Members
Functions
filter
Link copied to clipboard
open
fun
filter
(
string
:
String
,
invert
:
Boolean
=
false
)
abstract
fun
filter
(
regex
:
Regex
,
invert
:
Boolean
=
false
)
scope
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
)