org.codehaus.jparsec.functors
Interface Map<From,To>

All Known Subinterfaces:
Unary<T>

public interface Map<From,To>

Maps object of type From to an object of type To.

Author:
Ben Yu

Method Summary
 To map(From from)
          Maps from to the target object.
 

Method Detail

map

To map(From from)
Maps from to the target object.



Copyright © 2014. All rights reserved.