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