Package ion.Meta

Interface IHashCollection<TType,TItem extends IHashed<TType>>

All Superinterfaces:
Iterable<TItem>
All Known Subinterfaces:
IEventFilterCollection, IEventHandlerCollection, IRequestFilterCollection, IRequestHandlerCollection

public interface IHashCollection<TType,TItem extends IHashed<TType>> extends Iterable<TItem>