Uses of Interface
com.google.mu.function.CheckedIntConsumer
Package
Description
Some extra functional interfaces.
StringFormat, Substring, Optionals and more...
-
Uses of CheckedIntConsumer in com.google.mu.function
Modifier and TypeMethodDescriptiondefault CheckedIntConsumer
<E> CheckedIntConsumer.andThen
(CheckedIntConsumer<E> that) Returns a newCheckedIntConsumer
that also passes the input tothat
.Modifier 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
Modifier and TypeMethodDescriptionOptionals.ifPresent
(OptionalInt optional, CheckedIntConsumer<E> consumer) Invokesconsumer
ifoptional
is present.