toggle menu
aaraar
jvm
switch theme
search in API
aaraar
/
sh.christian.aaraar.packaging
/
ShadeConfigurationScope
/
AnyScope
Any
Scope
data
class
AnyScope
(
val
scopes
:
Set
<
ShadeConfigurationScope
>
)
:
ShadeConfigurationScope
Applies if any of the provided
scopes
apply.
Members
Members & Extensions
Constructors
Any
Scope
Link copied to clipboard
constructor
(
scopes
:
Set
<
ShadeConfigurationScope
>
)
Properties
scopes
Link copied to clipboard
val
scopes
:
Set
<
ShadeConfigurationScope
>
Functions
and
Link copied to clipboard
open
infix
fun
and
(
other
:
ShadeConfigurationScope
)
:
ShadeConfigurationScope
Applies to either of these scopes.
matches
Link copied to clipboard
fun
ShadeConfigurationScope
.
matches
(
path
:
Path
,
identifier
:
ShadeConfigurationScope
?
)
:
Boolean