Package io.deephaven.chunk.util.hashing
Class ToIntFunctor.Identity<T extends Any>
java.lang.Object
io.deephaven.chunk.util.hashing.ToIntFunctor.Identity<T>
- All Implemented Interfaces:
ToIntFunctor<T>
,SafeCloseable
,AutoCloseable
- Enclosing interface:
- ToIntFunctor<T extends Any>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.chunk.util.hashing.ToIntFunctor
ToIntFunctor.Identity<T extends Any>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.chunk.util.hashing.ToIntFunctor
close
-
Field Details
-
INSTANCE
-
-
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 this ToIntFunctor.- Specified by:
apply
in interfaceToIntFunctor<T extends Any>
- Parameters:
input
- the chunk to transform- Returns:
- the result IntChunk
-