KotlinMethodIgnoreCheck

Functions

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