Interface Criterium<T>
- All Known Implementing Classes:
ProcessCriterium
public interface Criterium<T>
Interface for decisions to be made in the sync-process.
-
Method Details
-
applies
Determine, if the given object of type T fulfills the Criterium.
-