Class MCRPrioritySupplier<T>

java.lang.Object
org.mycore.util.concurrent.MCRPrioritySupplier<T>
Type Parameters:
T - the type of results supplied by this supplier
All Implemented Interfaces:
Comparable<MCRPrioritizable>, Supplier<T>, MCRPrioritizable

public class MCRPrioritySupplier<T> extends Object implements Supplier<T>, MCRPrioritizable
A supplier with a priority. stackoverflow
Author:
Matthias Eichner