Interface ToIntFunctor<T extends Attributes.Any>

Type Parameters:
T - the chunk's attribute
All Superinterfaces:
AutoCloseable, Context, SafeCloseable
All Known Subinterfaces:
ToIntegerCast<T>
All Known Implementing Classes:
ByteToIntegerCast, ByteToIntegerCastWithOffset, CharToIntegerCast, CharToIntegerCastWithOffset, IntToIntegerCast, IntToIntegerCastWithOffset, LongToIntegerCast, LongToIntegerCastWithOffset, ShortToIntegerCast, ShortToIntegerCastWithOffset, ToIntFunctor.Identity

public interface ToIntFunctor<T extends Attributes.Any>
extends Context
A function that transforms a Chunk to an IntChunk.