Documentation of 'cern.colt.matrix.tfloat.FloatMatrix3DProcedure' Java class
FloatMatrix3DProcedure
cern.colt.matrix.tfloat

Interface FloatMatrix3DProcedure



  • public interface FloatMatrix3DProcedure
    Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
    • Method Detail

      • apply

        boolean apply(FloatMatrix3D element)
        Applies a procedure to an argument. Optionally can return a boolean flag to inform the object calling the procedure.

        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.

        Parameters:
        element - element passed to the procedure.
        Returns:
        a flag to inform the object calling the procedure.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.