Searched defs:andThen (Results 1 - 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/util/function/
H A DBiConsumer.java67 default BiConsumer<T, U> andThen(BiConsumer<? super T, ? super U> after) { method in interface:BiConsumer
H A DBiFunction.java68 default <V> BiFunction<T, U, V> andThen(Function<? super R, ? extends V> after) { method in interface:BiFunction
H A DConsumer.java63 default Consumer<T> andThen(Consumer<? super T> after) { method in interface:Consumer
H A DDoubleConsumer.java63 default DoubleConsumer andThen(DoubleConsumer after) { method in interface:DoubleConsumer
H A DIntConsumer.java63 default IntConsumer andThen(IntConsumer after) { method in interface:IntConsumer
H A DLongConsumer.java63 default LongConsumer andThen(LongConsumer after) { method in interface:LongConsumer
H A DDoubleUnaryOperator.java62 * @see #andThen(DoubleUnaryOperator)
82 default DoubleUnaryOperator andThen(DoubleUnaryOperator after) { method in interface:DoubleUnaryOperator
H A DFunction.java64 * @see #andThen(Function)
86 default <V> Function<T, V> andThen(Function<? super R, ? extends V> after) { method in interface:Function
H A DIntUnaryOperator.java62 * @see #andThen(IntUnaryOperator)
82 default IntUnaryOperator andThen(IntUnaryOperator after) { method in interface:IntUnaryOperator
H A DLongUnaryOperator.java62 * @see #andThen(LongUnaryOperator)
82 default LongUnaryOperator andThen(LongUnaryOperator after) { method in interface:LongUnaryOperator

Completed in 29 milliseconds