KBuiltInFilters

interface KBuiltInFilters

Functions

Link copied to clipboard
abstract fun <T : Any> getDeclaredAlreadyDeletedFilter(type: KClass<T>): KFilter<T>?

Get the builtin already deleted filter by java type

Link copied to clipboard
abstract fun <T : Any> getDeclaredNotDeletedFilter(type: KClass<T>): KFilter<T>?

Get the builtin not deleted filter by jimmer type