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