KotlinIgnoreCheck

open class KotlinIgnoreCheck<M : MemberScope<*, *>> : Predicate<M>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun and(other: Predicate<in M?>?): Predicate<M?>?
Link copied to clipboard
open fun negate(): Predicate<M?>?
Link copied to clipboard
open fun or(other: Predicate<in M?>?): Predicate<M?>?
Link copied to clipboard
open override fun test(member: M): Boolean