Interface MapFrom4<T,R>


public interface MapFrom4<T,R>
A 4-arg function of the signature of (T, T, T, T) -> R.
  • Method Summary

    Modifier and Type
    Method
    Description
    map(T a, T b, T c, T d)
     
  • Method Details

    • map

      R map(T a, T b, T c, T d)