Uses of Interface
com.google.mu.function.CheckedLongConsumer
Package
Description
Some extra functional interfaces.
StringFormat, Substring, Optionals and more...
-
Uses of CheckedLongConsumer in com.google.mu.function
Modifier and TypeMethodDescriptiondefault CheckedLongConsumer
<E> CheckedLongConsumer.andThen
(CheckedLongConsumer<E> that) Returns a newCheckedLongConsumer
that also passes the input tothat
.Modifier and TypeMethodDescriptiondefault CheckedLongConsumer
<E> CheckedLongConsumer.andThen
(CheckedLongConsumer<E> that) Returns a newCheckedLongConsumer
that also passes the input tothat
. -
Uses of CheckedLongConsumer in com.google.mu.util
Modifier and TypeMethodDescriptionOptionals.ifPresent
(OptionalLong optional, CheckedLongConsumer<E> consumer) Invokesconsumer
ifoptional
is present.