Package com.tangosol.util.function
Interface Remote.ToIntFunction<T>
-
- Type Parameters:
T
- the type of the input to the function
- All Superinterfaces:
Serializable
,ToIntFunction<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
,MvelExtractor
,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.ToIntFunction<T> extends ToIntFunction<T>, Serializable
Represents a function that produces an int-valued result. This is theint
-producing primitive specialization forRemote.Function
.This is a functional interface whose functional method is
ToIntFunction.applyAsInt(Object)
.- See Also:
Remote.Function
-
-
Method Summary
-
Methods inherited from interface java.util.function.ToIntFunction
applyAsInt
-
-