- Type Parameters:
T - Input seed type.
R - Output seed type.
- All Known Subinterfaces:
Seed2ArrayConverter<T,R>
- All Known Implementing Classes:
ByteArray2IntArray, ByteArray2LongArray, Int2Long, IntArray2Int, IntArray2LongArray, Long2Int, Long2IntArray, Long2LongArray, LongArray2IntArray, LongArray2Long, NoOpConverter, SeedConverterComposer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Converts seed from input type to output type.