Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.property
Interface IPredicate<T>


public interface IPredicate<T>

An interface for predicates whose apply method is called for each entity t found in a list.


Method Summary
 boolean apply(T t)
          Called for each entity t in a list.

 

Method Detail

apply

boolean apply(T t)
Called for each entity t in a list.
Parameters:
t - an element in a list.
Returns:
return true to continue and false to stop the iteration.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.