Interface FilesIndexMerger.BiFunctionCode<A,B,C>

All Superinterfaces:
BiFunction<A,B,C>
Enclosing class:
FilesIndexMerger

public static interface FilesIndexMerger.BiFunctionCode<A,B,C> extends BiFunction<A,B,C>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.BiFunction

    andThen, apply
  • Method Details