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