Module com.github.f4b6a3.uuid
Interface RandomFunction
-
- All Superinterfaces:
IntFunction<byte[]>
- All Known Implementing Classes:
DefaultRandomFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RandomFunction extends IntFunction<byte[]>
Function that must return an array of bytes with the given length.
-
-
Method Summary
-
Methods inherited from interface java.util.function.IntFunction
apply
-
-