Uses of Interface
io.debezium.function.BooleanConsumer
Packages that use BooleanConsumer
-
Uses of BooleanConsumer in io.debezium.function
Methods in io.debezium.function that return BooleanConsumerModifier and TypeMethodDescriptiondefault BooleanConsumerBooleanConsumer.andThen(BooleanConsumer after) Returns a composedBooleanConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in io.debezium.function with parameters of type BooleanConsumerModifier and TypeMethodDescriptiondefault 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 BooleanConsumerModifier and TypeMethodDescriptionbooleanTokenStream.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.