| 程序包 | 说明 |
|---|---|
| cn.allbs.utils.hj212.core |
| 限定符和类型 | 方法和说明 |
|---|---|
MultipleCharMatch<ReaderStream<ParentMatch>> |
ReaderStream.next(int count)
接下来的几个字符
|
MultipleCharMatch<ParentStream> |
MultipleCharMatch.then(RunnableWithThrowable<IOException> runnable) |
MultipleCharMatch<ParentStream> |
MultipleCharMatch.then(Supplier<IOException> exceptionSupplier) |
MultipleCharMatch<ParentStream> |
MultipleCharMatch.then(SupplierWithThrowable<Optional<Object>,IOException> runnable) |
MultipleCharMatch<ParentStream> |
MultipleCharMatch.when(char... characters)
当字符一致时
|
MultipleCharMatch<ParentStream> |
MultipleCharMatch.when(Predicate<char[]> predicate)
当符合条件时
|
| 限定符和类型 | 方法和说明 |
|---|---|
ReaderStream<MultipleCharMatch<ParentStream>> |
MultipleCharMatch.then() |
Copyright © 2021. All rights reserved.