org.codehaus.jparsec.functors
Interface Map3<A,B,C,T>


public interface Map3<A,B,C,T>

Maps 3 objects of type A, B and C respectively to an object of type T.

Author:
Ben Yu

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

Method Detail

map

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



Copyright © 2014. All rights reserved.