org.jclouds.dynect.v3.predicates
Class RecordPredicates

java.lang.Object
  extended by org.jclouds.dynect.v3.predicates.RecordPredicates

public class RecordPredicates
extends Object

Predicates handy when working with Records


Constructor Summary
RecordPredicates()
           
 
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
 

Constructor Detail

RecordPredicates

public RecordPredicates()
Method Detail

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.