public interface DocumentMerger extends BinaryOperator<byte[]>
| Modifier and Type | Interface and Description |
|---|---|
static class |
DocumentMerger.MergeDirection |
static class |
DocumentMerger.UnableToMergeDocuments |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
apply(byte[] doc1,
byte[] doc2) |
maxBy, minByandThenbyte[] apply(byte[] doc1,
byte[] doc2)
apply in interface BiFunction<byte[],byte[],byte[]>Copyright © 2020. All rights reserved.