Uses of Interface
org.jparsec.functors.Map2
-
Packages that use Map2 Package Description org.jparsec.functors Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations. -
-
Uses of Map2 in org.jparsec.functors
Subinterfaces of Map2 in org.jparsec.functors Modifier and Type Interface Description interface
Binary<T>
Deprecated.UseBinaryOperator
instead.Methods in org.jparsec.functors that return Map2 Modifier and Type Method Description static <A,B>
Map2<A,B,Pair<A,B>>Maps. toPair()
-