Feed::Backend
Inherits Reference < Object
Base class for feed judges.
The interface between a feed and whatever decides membership: a
backend is given a feed's config and a batch of posts and returns
a per-post verdict -- {included, reason} -- with order and
identity preserved.
Constructors
Class methods
Instance methods
Judges a batch of objects for a feed.
Returns one Judgment per object, in the same order.
Returns a feed's params reduced to what decides membership.
In canonical form. Compared, never stored.