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.