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