gnu.trove.procedure
public interface TFloatFloatProcedure
Modifier and Type | Method and Description |
---|---|
boolean |
execute(float a,
float b)
Executes this procedure.
|
boolean execute(float a, float b)
a
- a float
valueb
- a float
value