Interface PeripheralJobCleanupApproval

All Superinterfaces:
java.util.function.Predicate<PeripheralJob>

public interface PeripheralJobCleanupApproval
extends java.util.function.Predicate<PeripheralJob>
Implementations of this interface check whether a peripheral job may be removed.
  • Method Summary

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test