public interface TDoubleObjectProcedure<T>
Modifier and Type | Method and Description |
---|---|
boolean |
execute(double a,
T b)
Executes this procedure.
|
boolean execute(double a, T b)
a
- a double
valueb
- an Object
valueGNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.