Interface Function3<A,B,C,R>

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

public interface Function3<A,B,C,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)
     
  • Method Details

    • apply

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