@FunctionalInterface public interface LineInput
| Modifier and Type | Method and Description |
|---|---|
static LineInput |
input(InputStream input) |
static LineInput |
input(Reader in) |
String |
read() |
static LineInput |
stdIn() |
Copyright © 2019. All rights reserved.