Package io.deephaven.chunk.util.hashing
Class ToLongFunctor.Identity<T extends Any>
java.lang.Object
io.deephaven.chunk.util.hashing.ToLongFunctor.Identity<T>
- All Implemented Interfaces:
ToLongFunctor<T>
,SafeCloseable
,AutoCloseable
- Enclosing interface:
- ToLongFunctor<T extends Any>
public static class ToLongFunctor.Identity<T extends Any>
extends Object
implements ToLongFunctor<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.chunk.util.hashing.ToLongFunctor
ToLongFunctor.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.ToLongFunctor
close
-
Field Details
-
INSTANCE
-
-
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 thisToLongFunctor
.- Specified by:
apply
in interfaceToLongFunctor<T extends Any>
- Parameters:
input
- the chunk to transform- Returns:
- the result LongChunk
-