FilterQueryPredicate

Creates an empty FilterQueryPredicate.

Users should generally not need to interact with this function, as KtMongo already provides an instance of FilterQueryPredicate in all contexts where one is useful.

If calling this method, prefer the inline overload.

Parameters

type

The KType instance that corresponds to type T. If KType doesn't correspond to T, the behavior is unspecified.


Creates an empty FilterQueryPredicate.

Users should generally not need to interact with this function, as KtMongo already provides an instance of FilterQueryPredicate in all contexts where one is useful.