IdbCursorWithValueMatcherFunction typedef

IdbCursorWithValueMatcherFunction = bool Function(IdbCursorWithValue cursor)

Matching function for a cursor with value.

Implementation

typedef IdbCursorWithValueMatcherFunction =
    bool Function(IdbCursorWithValue cursor);