Uses of Interface
jfun.parsec.Unary

Packages that use Unary
jfun.parsec Provides classes and interfaces for parser combinator logic and basic parsers. 
 

Uses of Unary in jfun.parsec
 

Methods in jfun.parsec that return Unary
static
<x> Unary<x>
Maps.id()
          Returns an identity map.
static
<R> Unary<R>
Maps.id(java.lang.Class<R> type)
          Returns an identity map.