Package org.jclouds.dynect.v3.predicates
Class RecordPredicates
java.lang.Object
org.jclouds.dynect.v3.predicates.RecordPredicates
Predicates handy when working with Records
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R extends RecordId>
com.google.common.base.Predicate<R> typeEquals
(String type) matches type of the given record
-
Constructor Details
-
RecordPredicates
public RecordPredicates()
-
-
Method Details
-
typeEquals
matches type of the given record- Parameters:
type
-- Returns:
- predicate that matches type
-