Package com.illumon.iris.db.v2.hashing
Class ToIntFunctor.Identity<T extends Attributes.Any>
java.lang.Object
com.illumon.iris.db.v2.hashing.ToIntFunctor.Identity<T>
- All Implemented Interfaces:
ToIntFunctor<T>
,Context
,SafeCloseable
,AutoCloseable
- Enclosing interface:
- ToIntFunctor<T extends Attributes.Any>
public static class ToIntFunctor.Identity<T extends Attributes.Any> extends Object implements ToIntFunctor<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.hashing.ToIntFunctor
ToIntFunctor.Identity<T extends Attributes.Any>
-
Field Summary
Fields Modifier and Type Field Description static ToIntFunctor.Identity
INSTANCE
-
Constructor Summary
Constructors Constructor Description Identity()
-
Method Summary
-
Field Details
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
apply
Description copied from interface:ToIntFunctor
Apply this function to the input chunk, returning an output chunk. The result is owned by thisContext
.- Specified by:
apply
in interfaceToIntFunctor<T extends Attributes.Any>
- Parameters:
input
- the chunk to transform- Returns:
- the result IntChunk
-