Interface Remote.ToDoubleFunction<T>

Type Parameters:
T - the type of the input to the function
All Superinterfaces:
Serializable, ToDoubleFunction<T>
All Known Subinterfaces:
IndexAwareExtractor<T,E>, ValueExtractor<T,E>
All Known Implementing Classes:
AbstractCompositeExtractor, AbstractExtractor, ChainedExtractor, ChainedFragmentExtractor, ComparisonValueExtractor, ConditionalExtractor, DeserializationAccelerator, EntryExtractor, FragmentExtractor, IdentityExtractor, KeyExtractor, MultiExtractor, NullImplementation.NullValueExtractor, PartitionedJCacheStatistics.CacheStatisticsExtractor, PofExtractor, PropertySet, ReflectionExtractor, ScriptValueExtractor, UniversalExtractor
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.ToDoubleFunction<T> extends ToDoubleFunction<T>, Serializable
Represents a function that produces a double-valued result. This is the double-producing primitive specialization for Remote.Function.

This is a functional interface whose functional method is ToDoubleFunction.applyAsDouble(Object).

See Also: