Interface ToLongFunctor<T extends Attributes.Any>

Type Parameters:
T - the chunk's attribute
All Superinterfaces:
AutoCloseable, Context, 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 Attributes.Any>
extends Context
A function that transforms a Chunk to an LongChunk.