Wow
Toggle table of contents
6.3.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-schema
/
me.ahoo.wow.schema.kotlin
/
KotlinReadOnlyCheck
Kotlin
Read
Only
Check
object
KotlinReadOnlyCheck
:
Predicate
<
FieldScope
>
Members
Functions
and
Link copied to clipboard
open
fun
and
(
other
:
Predicate
<
in
FieldScope
?
>
?
)
:
Predicate
<
FieldScope
?
>
?
is
Constructor
Parameter
Link copied to clipboard
fun
FieldScope
.
isConstructorParameter
(
)
:
Boolean
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
FieldScope
?
>
?
or
Link copied to clipboard
open
fun
or
(
other
:
Predicate
<
in
FieldScope
?
>
?
)
:
Predicate
<
FieldScope
?
>
?
primary
Constructor
Link copied to clipboard
fun
FieldScope
.
primaryConstructor
(
)
:
KFunction
<
*
>
?
test
Link copied to clipboard
open
override
fun
test
(
fieldScope
:
FieldScope
)
:
Boolean