public static class Machine.AllocatedMachinePredicate extends Object implements java.util.function.Predicate<Machine>
Predicate that returns true when passed a
Machine that has been allocated from the underlying
infrastructure (machine state MachineState.REQUESTED,
MachineState.PENDING or MachineState.RUNNING).| Constructor and Description |
|---|
AllocatedMachinePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Machine machine) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic boolean test(Machine machine)
test in interface java.util.function.Predicate<Machine>Copyright © 2011–2017 Elastisys. All rights reserved.