Uses of Interface
com.google.mu.function.CheckedIntConsumer
Packages that use CheckedIntConsumer
Package
Description
Some extra functional interfaces
StringFormat, Substring, Optionals and more...
-
Uses of CheckedIntConsumer in com.google.mu.function
Methods in com.google.mu.function that return CheckedIntConsumerModifier and TypeMethodDescriptiondefault CheckedIntConsumer
<E> CheckedIntConsumer.andThen
(CheckedIntConsumer<E> that) Returns a newCheckedIntConsumer
that also passes the input tothat
.Methods in com.google.mu.function with parameters of type CheckedIntConsumerModifier and TypeMethodDescriptiondefault CheckedIntConsumer
<E> CheckedIntConsumer.andThen
(CheckedIntConsumer<E> that) Returns a newCheckedIntConsumer
that also passes the input tothat
. -
Uses of CheckedIntConsumer in com.google.mu.util
Methods in com.google.mu.util with parameters of type CheckedIntConsumerModifier and TypeMethodDescriptionOptionals.ifPresent
(OptionalInt optional, CheckedIntConsumer<E> consumer) Invokesconsumer
ifoptional
is present.