Interface MapMapper.TriFunction<T,U,V,R>

Enclosing class:
MapMapper

protected static interface MapMapper.TriFunction<T,U,V,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t, U u, V v)
     
  • Method Details

    • apply

      R apply(T t, U u, V v)