org.osm2world.core.util
Class Predicates

Object
  extended by Predicates

public final class Predicates
extends Object


Method Summary
static Predicate<Object> hasType(Class<?> type)
          returns a predicate that is true for objects that are instance of a type
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasType

public static final Predicate<Object> hasType(Class<?> type)
returns a predicate that is true for objects that are instance of a type