Uses of Interface
com.google.mu.function.CheckedBiConsumer
Packages that use CheckedBiConsumer
Package
Description
Some extra functional interfaces
StringFormat, Substring, Optionals and more...
- 
Uses of CheckedBiConsumer in com.google.mu.function
Methods in com.google.mu.function that return CheckedBiConsumerModifier and TypeMethodDescriptiondefault <R> CheckedBiConsumer<A, B, E> CheckedBiConsumer.andThen(CheckedBiConsumer<? super A, ? super B, ? extends E> that) Returns a newCheckedBiConsumerthat also passes the inputs tothat.Methods in com.google.mu.function with parameters of type CheckedBiConsumerModifier and TypeMethodDescriptiondefault <R> CheckedBiConsumer<A, B, E> CheckedBiConsumer.andThen(CheckedBiConsumer<? super A, ? super B, ? extends E> that) Returns a newCheckedBiConsumerthat also passes the inputs tothat. - 
Uses of CheckedBiConsumer in com.google.mu.util
Methods in com.google.mu.util with parameters of type CheckedBiConsumerModifier and TypeMethodDescriptionOptionals.ifPresent(BiOptional<A, B> optional, CheckedBiConsumer<? super A, ? super B, E> consumer) Runsactionif the pair is present.Optionals.ifPresent(Optional<A> left, Optional<B> right, CheckedBiConsumer<? super A, ? super B, E> consumer) Invokesconsumerif bothleftandrightare present.