Interface ToLongFunctor<T extends Any>

Type Parameters:
T - the chunk's attribute
All Superinterfaces:
AutoCloseable, SafeCloseable
All Known Subinterfaces:
ToLongCast<T>
All Known Implementing Classes:
ByteToLongCast, ByteToLongCastWithOffset, CharToLongCast, CharToLongCastWithOffset, IntToLongCast, IntToLongCastWithOffset, LongToLongCast, LongToLongCastWithOffset, ShortToLongCast, ShortToLongCastWithOffset, ToLongFunctor.Identity

public interface ToLongFunctor<T extends Any> extends SafeCloseable
A function that transforms a Chunk to an LongChunk.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Chunk<T> input)
    Apply this function to the input chunk, returning an output chunk.
    default void
     
    static <T extends Any>
    ToLongFunctor.Identity<T>