| Package | Description |
|---|---|
| net.morimekta.console.util |
| Modifier and Type | Method and Description |
|---|---|
default Property.Putter |
Parser.andPut(Parser.TypedPutter<T> putter)
Make a property putter that calls a typed putter with the parsed value.
|
default Consumer<String> |
Parser.andPutAs(Parser.TypedPutter<T> putter,
String key)
Make a consumer that puts a specific value with the typed putter.
|
Copyright © 2016. All rights reserved.