Package org.lwjgl.opencl.api
Interface Filter<T>
-
public interface Filter<T>Simple filter interface.- Author:
- Spasi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T object)Returns true if the specified object passes the filter.
-
-
-
Method Detail
-
accept
boolean accept(T object)
Returns true if the specified object passes the filter.- Parameters:
object- the object to test- Returns:
- true if the object is accepted
-
-