Uses of Interface
io.debezium.function.BooleanConsumer
-
Packages that use BooleanConsumer Package Description io.debezium.function io.debezium.text -
-
Uses of BooleanConsumer in io.debezium.function
Methods in io.debezium.function that return BooleanConsumer Modifier and Type Method Description default BooleanConsumerBooleanConsumer. andThen(BooleanConsumer after)Returns a composedBooleanConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in io.debezium.function with parameters of type BooleanConsumer Modifier and Type Method Description default BooleanConsumerBooleanConsumer. andThen(BooleanConsumer after)Returns a composedBooleanConsumerthat performs, in sequence, this operation followed by theafteroperation. -
Uses of BooleanConsumer in io.debezium.text
Methods in io.debezium.text with parameters of type BooleanConsumer Modifier and Type Method Description booleanTokenStream. 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.
-