Interface Criterium<T>

  • All Known Implementing Classes:
    ProcessCriterium

    public interface Criterium<T>
    Interface for decisions to be made in the sync-process.
    • Method Detail

      • applies

        boolean applies​(T object)
        Determine, if the given object of type T fulfills the Criterium.