Interface Remote.ToBigDecimalFunction<T>
- Type Parameters:
T
- the type of the input to the function
- All Superinterfaces:
Function<T, BigDecimal>
,Serializable
- Enclosing class:
Remote
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Remote.ToBigDecimalFunction<T>
extends Function<T, BigDecimal>, Serializable
Represents a function that produces a BigDecimal-valued result.
This is a functional interface
whose functional method is Function.apply(Object)
.
- Since:
- 12.2.1
- Author:
- as 2014.07.16
- See Also:
-
Method Summary