org.codehaus.jparsec.functors
Interface Map5<A,B,C,D,E,T>


public interface Map5<A,B,C,D,E,T>

Maps 5 objects of type A, B, C, D and E respectively to an object of type T.

Author:
Ben Yu

Method Summary
 T map(A a, B b, C c, D d, E e)
          Maps a, b, c, d and e to the target object.
 

Method Detail

map

T map(A a,
      B b,
      C c,
      D d,
      E e)
Maps a, b, c, d and e to the target object.



Copyright © 2014. All rights reserved.