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 |
Unary<T>
Deprecated.
Use
UnaryOperator instead. |
Modifier and Type | Method and Description |
---|---|
static <T> Map<T,String> |
Maps.mapToString()
Deprecated.
Use
String::valueOf directly. |
Copyright © 2013–2016 jparsec. All rights reserved.