Interface DoubleFunction1N<T>
- Type Parameters:
T
- The function return type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that accepts a single double value and returns
a result.
-
Method Summary
-
Method Details
-
apply
Apply the function and return the result.- Parameters:
n
- the function argument- Returns:
- the function result
-