Uses of Interface
org.apache.juneau.commons.function.ThrowingConsumer2
Packages that use ThrowingConsumer2
Package
Description
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of ThrowingConsumer2 in org.apache.juneau.commons.function
Methods in org.apache.juneau.commons.function that return ThrowingConsumer2Modifier and TypeMethodDescriptiondefault ThrowingConsumer2<A,B> ThrowingConsumer2.andThen(ThrowingConsumer2<? super A, ? super B> after) Returns a composedThrowingConsumer2that performs, in sequence, this operation followed by theafteroperation.Methods in org.apache.juneau.commons.function with parameters of type ThrowingConsumer2Modifier and TypeMethodDescriptiondefault ThrowingConsumer2<A,B> ThrowingConsumer2.andThen(ThrowingConsumer2<? super A, ? super B> after) Returns a composedThrowingConsumer2that performs, in sequence, this operation followed by theafteroperation. -
Uses of ThrowingConsumer2 in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect with parameters of type ThrowingConsumer2Modifier and TypeMethodDescriptionProperty.Builder.setter(ThrowingConsumer2<T, V> consumer) Sets the consumer (setter) using a throwing consumer.Constructors in org.apache.juneau.commons.reflect with parameters of type ThrowingConsumer2ModifierConstructorDescriptionProperty(ThrowingFunction<T, V> producer, ThrowingConsumer2<T, V> consumer) Constructor.