|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FComplexMatrix2DProcedure
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
Method Summary | |
---|---|
boolean |
apply(FComplexMatrix2D element)
Applies a procedure to an argument. |
Method Detail |
---|
boolean apply(FComplexMatrix2D element)
Example: forEach() methods often use procedure objects. To signal to a forEach() method whether iteration should continue normally or terminate (because for example a matching element has been found), a procedure can return false to indicate termination and true to indicate continuation.
element
- element passed to the procedure.
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |