org.elasticsearch.common.collect
Interface SafeArray.Procedure<T>

Enclosing interface:
SafeArray<T>

public static interface SafeArray.Procedure<T>


Method Summary
 boolean execute(T value)
          Executes this procedure.
 

Method Detail

execute

boolean execute(T value)
Executes this procedure. A false return value indicates that the application executing this procedure should not invoke this procedure again.

Parameters:
value - a value
Returns:
true if additional invocations of the procedure are allowed.