KBuilt In Filters
Functions
Link copied to clipboard
abstract fun <T : Any> getDeclaredAlreadyDeletedFilter(type: KClass<T>): KFilter<T>?
Content copied to clipboard
Get the builtin already deleted filter by java type
Link copied to clipboard
abstract fun <T : Any> getDeclaredNotDeletedFilter(type: KClass<T>): KFilter<T>?
Content copied to clipboard
Get the builtin not deleted filter by jimmer type