Package gnu.trove.function
Interface TDoubleFunction
-
public interface TDoubleFunctionInterface for functions that accept and return one double primitive.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleexecute(double value)Execute this function with value
-