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>

public static class ToIntFunctor.Identity<T extends Any> extends Object implements ToIntFunctor<T>
  • Field Details

  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • apply

      public IntChunk<? extends T> apply(Chunk<? extends T> input)
      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 interface ToIntFunctor<T extends Any>
      Parameters:
      input - the chunk to transform
      Returns:
      the result IntChunk