Interface TransportOrderCleanupApproval

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

public interface TransportOrderCleanupApproval
extends java.util.function.Predicate<TransportOrder>
Implementations of this interface check whether a transport order may be removed.
  • Method Summary

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test