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>
  • Field Details

  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • apply

      public LongChunk<T> apply(Chunk<T> input)
      Description copied from interface: ToLongFunctor
      Apply this function to the input chunk, returning an output chunk. The result is owned by this ToLongFunctor.
      Specified by:
      apply in interface ToLongFunctor<T extends Any>
      Parameters:
      input - the chunk to transform
      Returns:
      the result LongChunk