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

All Known Subinterfaces:
Binary<T>

public interface Map2<A,B,T>

Maps two objects of type A and B respectively to an object of type T.

Author:
Ben Yu

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

Method Detail

map

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



Copyright © 2014. All rights reserved.