Interface FunctionN<R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
FunctionN.Impl

public interface FunctionN<R> extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Object... objs)
     
    default Function1
     
  • Method Details