Package | Description |
---|---|
org.jparsec.functors |
Provides common functor interfaces, such as Map for mapping parser results
as well as some common implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Binary<T>
Deprecated.
Use
BinaryOperator instead. |
Modifier and Type | Method and Description |
---|---|
static <A,B> Map2<A,B,Pair<A,B>> |
Maps.toPair()
|
Copyright © 2013–2016 jparsec. All rights reserved.