Skip navigation links
A B C D G I L M N O R T U 

A

accept(double) - Method in interface com.github.robtimus.io.function.DoubleIOConsumer
Performs this operation on the given argument.
accept(int) - Method in interface com.github.robtimus.io.function.IntIOConsumer
Performs this operation on the given argument.
accept(T, U) - Method in interface com.github.robtimus.io.function.IOBiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface com.github.robtimus.io.function.IOConsumer
Performs this operation on the given argument.
accept(long) - Method in interface com.github.robtimus.io.function.LongIOConsumer
Performs this operation on the given argument.
accept(T, double) - Method in interface com.github.robtimus.io.function.ObjDoubleIOConsumer
Performs this operation on the given arguments.
accept(T, int) - Method in interface com.github.robtimus.io.function.ObjIntIOConsumer
Performs this operation on the given arguments.
accept(T, long) - Method in interface com.github.robtimus.io.function.ObjLongIOConsumer
Performs this operation on the given arguments.
and(DoubleIOPredicate) - Method in interface com.github.robtimus.io.function.DoubleIOPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IntIOPredicate) - Method in interface com.github.robtimus.io.function.IntIOPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IOBiPredicate<? super T, ? super U>) - Method in interface com.github.robtimus.io.function.IOBiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IOPredicate<? super T>) - Method in interface com.github.robtimus.io.function.IOPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(LongIOPredicate) - Method in interface com.github.robtimus.io.function.LongIOPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
andThen(DoubleIOConsumer) - Method in interface com.github.robtimus.io.function.DoubleIOConsumer
Returns a composed DoubleIOConsumer that performs, in sequence, this operation followed by the after operation.
andThen(DoubleUnaryIOOperator) - Method in interface com.github.robtimus.io.function.DoubleUnaryIOOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(IntIOConsumer) - Method in interface com.github.robtimus.io.function.IntIOConsumer
Returns a composed IntIOConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IntUnaryIOOperator) - Method in interface com.github.robtimus.io.function.IntUnaryIOOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
andThen(IOBiConsumer<? super T, ? super U>) - Method in interface com.github.robtimus.io.function.IOBiConsumer
Returns a composed IOBiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IOFunction<? super R, ? extends V>) - Method in interface com.github.robtimus.io.function.IOBiFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(IOConsumer<? super T>) - Method in interface com.github.robtimus.io.function.IOConsumer
Returns a composed IOConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IOFunction<? super R, ? extends V>) - Method in interface com.github.robtimus.io.function.IOFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
andThen(LongIOConsumer) - Method in interface com.github.robtimus.io.function.LongIOConsumer
Returns a composed LongIOConsumer that performs, in sequence, this operation followed by the after operation.
andThen(LongUnaryIOOperator) - Method in interface com.github.robtimus.io.function.LongUnaryIOOperator
Returns a composed operator that first applies this operator to its input, and then applies the after operator to the result.
apply(double) - Method in interface com.github.robtimus.io.function.DoubleIOFunction
Applies this function to the given argument.
apply(int) - Method in interface com.github.robtimus.io.function.IntIOFunction
Applies this function to the given argument.
apply(T, U) - Method in interface com.github.robtimus.io.function.IOBiFunction
Applies this function to the given arguments.
apply(T) - Method in interface com.github.robtimus.io.function.IOFunction
Applies this function to the given argument.
apply(long) - Method in interface com.github.robtimus.io.function.LongIOFunction
Applies this function to the given argument.
applyAsDouble(double, double) - Method in interface com.github.robtimus.io.function.DoubleBinaryIOOperator
Applies this operator to the given operands.
applyAsDouble(double) - Method in interface com.github.robtimus.io.function.DoubleUnaryIOOperator
Applies this operator to the given operand.
applyAsDouble(int) - Method in interface com.github.robtimus.io.function.IntToDoubleIOFunction
Applies this function to the given argument.
applyAsDouble(long) - Method in interface com.github.robtimus.io.function.LongToDoubleIOFunction
Applies this function to the given argument.
applyAsDouble(T, U) - Method in interface com.github.robtimus.io.function.ToDoubleIOBiFunction
Applies this function to the given arguments.
applyAsDouble(T) - Method in interface com.github.robtimus.io.function.ToDoubleIOFunction
Applies this function to the given argument.
applyAsInt(double) - Method in interface com.github.robtimus.io.function.DoubleToIntIOFunction
Applies this function to the given argument.
applyAsInt(int, int) - Method in interface com.github.robtimus.io.function.IntBinaryIOOperator
Applies this operator to the given operands.
applyAsInt(int) - Method in interface com.github.robtimus.io.function.IntUnaryIOOperator
Applies this operator to the given operand.
applyAsInt(long) - Method in interface com.github.robtimus.io.function.LongToIntIOFunction
Applies this function to the given argument.
applyAsInt(T, U) - Method in interface com.github.robtimus.io.function.ToIntIOBiFunction
Applies this function to the given arguments.
applyAsInt(T) - Method in interface com.github.robtimus.io.function.ToIntIOFunction
Applies this function to the given argument.
applyAsLong(double) - Method in interface com.github.robtimus.io.function.DoubleToLongIOFunction
Applies this function to the given argument.
applyAsLong(int) - Method in interface com.github.robtimus.io.function.IntToLongIOFunction
Applies this function to the given argument.
applyAsLong(long, long) - Method in interface com.github.robtimus.io.function.LongBinaryIOOperator
Applies this operator to the given operands.
applyAsLong(long) - Method in interface com.github.robtimus.io.function.LongUnaryIOOperator
Applies this operator to the given operand.
applyAsLong(T, U) - Method in interface com.github.robtimus.io.function.ToLongIOBiFunction
Applies this function to the given arguments.
applyAsLong(T) - Method in interface com.github.robtimus.io.function.ToLongIOFunction
Applies this function to the given argument.
A B C D G I L M N O R T U 
Skip navigation links

Copyright © 2017–2020. All rights reserved.