Package com.tangosol.util.function
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)
.- See Also:
Remote.Function