zendesk / android-db-commons

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222 stars 28 forks source link

Allow transform() after wrap(Function<Cursor, Cursor>) #23

Open chalup opened 10 years ago

chalup commented 10 years ago

It would have to be separate method (wrapCursor?), because of type erasure.