Interface FilesIndexMerger.FunctionCode<A,B>

All Superinterfaces:
Function<A,B>
Enclosing class:
FilesIndexMerger

public static interface FilesIndexMerger.FunctionCode<A,B> extends Function<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details