public class MapMethods extends Object
| Constructor and Description |
|---|
MapMethods(Iterable<OutputValue> values) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.MethodSpec |
createAbstractFoldMethod() |
com.squareup.javapoet.MethodSpec |
createFoldMethod(OutputValue value) |
public MapMethods(Iterable<OutputValue> values)
public com.squareup.javapoet.MethodSpec createAbstractFoldMethod()
throws ParserException
ParserExceptionpublic com.squareup.javapoet.MethodSpec createFoldMethod(OutputValue value) throws ParserException
ParserExceptionCopyright © 2018. All rights reserved.