Mik1ll / Shizou

Anime Collection File Server, Metadata Provider, and Anime List Updater with a WebUI
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Check out Predicate type for use in filters #114

Closed Mik1ll closed 3 weeks ago

Mik1ll commented 3 weeks ago

Predicate was used before Func was introduced. Func and Action should be used instead of other delegates.