org.eclipse.net4j.util.collection
Interface Predicate<T>


public interface Predicate<T>

Since:
3.3

Method Summary
 boolean apply(T element)
           
 

Method Detail

apply

boolean apply(T element)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.