Interface ByteArrayMapper

  • All Superinterfaces:
    java.util.function.Function<byte[],​byte[]>
    All Known Implementing Classes:
    RemoveNewLinesMapper

    public interface ByteArrayMapper
    extends java.util.function.Function<byte[],​byte[]>
    Since:
    2.1.4
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose