java.lang.Object
org.jclouds.googlecomputeengine.compute.predicates.GroupIsEmpty
- All Implemented Interfaces:
com.google.common.base.Predicate<String>
, Predicate<String>
public final class GroupIsEmpty
extends Object
implements com.google.common.base.Predicate<String>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Method Details
-
apply
public boolean apply(String groupName)
- Specified by:
apply
in interface com.google.common.base.Predicate<String>