Interface NamedFunction<I,O>

All Superinterfaces:
Function<I,O>
All Known Implementing Classes:
NamedFunctionImpl

public interface NamedFunction<I,O> extends Function<I,O>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details