Interface Function4<A,B,C,D,R>

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

public interface Function4<A,B,C,D,R> extends Serializable
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    apply(A a, B b, C c, D d)
     
  • Method Details

    • apply

      R apply(A a, B b, C c, D d)