Wow
Toggle table of contents
5.10.3
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-schema
/
me.ahoo.wow.schema.kotlin
/
KotlinIgnoreCheck
Kotlin
Ignore
Check
open
class
KotlinIgnoreCheck
<
M
:
MemberScope
<
*
,
*
>
>
:
Predicate
<
M
>
Inheritors
KotlinFieldIgnoreCheck
KotlinMethodIgnoreCheck
Members
Constructors
Kotlin
Ignore
Check
Link copied to clipboard
constructor
(
)
Functions
and
Link copied to clipboard
open
fun
and
(
p0
:
Predicate
<
in
M
>
)
:
Predicate
<
M
>
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
M
>
or
Link copied to clipboard
open
fun
or
(
p0
:
Predicate
<
in
M
>
)
:
Predicate
<
M
>
test
Link copied to clipboard
open
override
fun
test
(
member
:
M
)
:
Boolean