@FunctionalInterface public interface IsSlotAvailableAndFreeFunction
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSlotAvailableAndFree(AllocationID allocationId)
Returns
true if a slot with the given AllocationID is available and free. |
boolean isSlotAvailableAndFree(AllocationID allocationId)
true if a slot with the given AllocationID is available and free.allocationId - allocationId specifies the slot to checktrue if a slot with the given allocationId is available and free; otherwise
falseCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.