Uses of Class
org.codehaus.jparsec.misc.Mapper

Packages that use Mapper
org.codehaus.jparsec.misc Provides optional convenience API built around core jparsec (Extra dependency on cglib is required). 
 

Uses of Mapper in org.codehaus.jparsec.misc
 

Methods in org.codehaus.jparsec.misc that return Mapper
static
<T> Mapper<T>
Mapper.curry(Class<? extends T> clazz, Object... curryArgs)
          A Mapper that curries the only public constructor defined in clazz and invokes it with parameters returned by the sequentially executed Parser objects.
 



Copyright © 2014. All rights reserved.