org.jclouds.dynect.v3.predicates
Class RecordPredicates
java.lang.Object
org.jclouds.dynect.v3.predicates.RecordPredicates
public class RecordPredicates
- extends Object
Predicates handy when working with Records
|
Method Summary |
static
<R extends RecordId>
com.google.common.base.Predicate<R> |
|
typeEquals(String type)
matches type of the given record |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordPredicates
public RecordPredicates()
typeEquals
public static <R extends RecordId> com.google.common.base.Predicate<R> typeEquals(String type)
- matches type of the given record
- Parameters:
type -
- Returns:
- predicate that matches type
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.