| Package | Description |
|---|---|
| io.debezium.function | |
| io.debezium.text |
| Modifier and Type | Method and Description |
|---|---|
default BooleanConsumer |
BooleanConsumer.andThen(BooleanConsumer after)
Returns a composed
BooleanConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
default BooleanConsumer |
BooleanConsumer.andThen(BooleanConsumer after)
Returns a composed
BooleanConsumer that performs, in sequence, this
operation followed by the after operation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TokenStream.canConsumeBoolean(BooleanConsumer consumer)
Attempt to consume this current token if it can be parsed as a boolean, and return whether this method was indeed able to
consume the token.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.