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