public interface ReaderMatch<THIS extends ReaderMatch,ParentStream extends ReaderStream,T>
| 限定符和类型 | 方法和说明 |
|---|---|
static SupplierWithThrowable<Optional<Object>,IOException> |
alwaysReturnNotPresent() |
static SupplierWithThrowable<Optional<Object>,IOException> |
alwaysReturnNotPresentRunable(RunnableWithThrowable<IOException> runnable) |
static SupplierWithThrowable<Optional<Object>,IOException> |
alwaysReturnPresent() |
static SupplierWithThrowable<Optional<Object>,IOException> |
alwaysReturnPresentRunable(RunnableWithThrowable<IOException> runnable) |
ParentStream |
done()
字符读取流
|
Optional<T> |
match()
匹配
|
ParentStream done()
Optional<T> match() throws IOException
IOExceptionstatic SupplierWithThrowable<Optional<Object>,IOException> alwaysReturnPresent()
static SupplierWithThrowable<Optional<Object>,IOException> alwaysReturnNotPresent()
static SupplierWithThrowable<Optional<Object>,IOException> alwaysReturnPresentRunable(RunnableWithThrowable<IOException> runnable)
static SupplierWithThrowable<Optional<Object>,IOException> alwaysReturnNotPresentRunable(RunnableWithThrowable<IOException> runnable)
Copyright © 2021. All rights reserved.