KotlinRequiredCheck

object KotlinRequiredCheck : Predicate<FieldScope>

Functions

Link copied to clipboard
open fun and(p0: Predicate<in FieldScope>): Predicate<FieldScope>
Link copied to clipboard
open fun negate(): Predicate<FieldScope>
Link copied to clipboard
open fun or(p0: Predicate<in FieldScope>): Predicate<FieldScope>
Link copied to clipboard
open override fun test(fieldScope: FieldScope): Boolean