Interface RamaFunction5<T0,T1,T2,T3,T4,R>

All Superinterfaces:
RamaFunction, RamaSerializable, Serializable

public interface RamaFunction5<T0,T1,T2,T3,T4,R> extends RamaFunction
Interface for custom function implementations of five arguments
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
    Computes result of function from input arguments
  • Method Details

    • invoke

      R invoke(T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
      Computes result of function from input arguments