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

U

UnaryIOOperator<T> - Interface in com.github.robtimus.io.function
Represents an operation on a single operand that produces a result of the same type as its operand.
unchecked(BinaryIOOperator<T>) - Static method in interface com.github.robtimus.io.function.BinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(BooleanIOSupplier) - Static method in interface com.github.robtimus.io.function.BooleanIOSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleBinaryIOOperator) - Static method in interface com.github.robtimus.io.function.DoubleBinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleIOConsumer) - Static method in interface com.github.robtimus.io.function.DoubleIOConsumer
Returns a DoubleConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleIOFunction<? extends R>) - Static method in interface com.github.robtimus.io.function.DoubleIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleIOPredicate) - Static method in interface com.github.robtimus.io.function.DoubleIOPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleIOSupplier) - Static method in interface com.github.robtimus.io.function.DoubleIOSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleToIntIOFunction) - Static method in interface com.github.robtimus.io.function.DoubleToIntIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleToLongIOFunction) - Static method in interface com.github.robtimus.io.function.DoubleToLongIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(DoubleUnaryIOOperator) - Static method in interface com.github.robtimus.io.function.DoubleUnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntBinaryIOOperator) - Static method in interface com.github.robtimus.io.function.IntBinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntIOConsumer) - Static method in interface com.github.robtimus.io.function.IntIOConsumer
Returns a IntConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntIOFunction<? extends R>) - Static method in interface com.github.robtimus.io.function.IntIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntIOPredicate) - Static method in interface com.github.robtimus.io.function.IntIOPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntIOSupplier) - Static method in interface com.github.robtimus.io.function.IntIOSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntToDoubleIOFunction) - Static method in interface com.github.robtimus.io.function.IntToDoubleIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntToLongIOFunction) - Static method in interface com.github.robtimus.io.function.IntToLongIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IntUnaryIOOperator) - Static method in interface com.github.robtimus.io.function.IntUnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOBiConsumer<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.IOBiConsumer
Returns a BiConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOBiFunction<? super T, ? super U, ? extends R>) - Static method in interface com.github.robtimus.io.function.IOBiFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOBiPredicate<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.IOBiPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.IOConsumer
Returns a Consumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOFunction<? super T, ? extends R>) - Static method in interface com.github.robtimus.io.function.IOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOPredicate<? super T>) - Static method in interface com.github.robtimus.io.function.IOPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IORunnable) - Static method in interface com.github.robtimus.io.function.IORunnable
Returns a Runnable that performs the action action, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(IOSupplier<? extends T>) - Static method in interface com.github.robtimus.io.function.IOSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongBinaryIOOperator) - Static method in interface com.github.robtimus.io.function.LongBinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongIOConsumer) - Static method in interface com.github.robtimus.io.function.LongIOConsumer
Returns a LongConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongIOFunction<? extends R>) - Static method in interface com.github.robtimus.io.function.LongIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongIOPredicate) - Static method in interface com.github.robtimus.io.function.LongIOPredicate
Returns a predicate that evaluates the predicate predicate, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongIOSupplier) - Static method in interface com.github.robtimus.io.function.LongIOSupplier
Returns a supplier that returns the result of the supplier supplier, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongToDoubleIOFunction) - Static method in interface com.github.robtimus.io.function.LongToDoubleIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongToIntIOFunction) - Static method in interface com.github.robtimus.io.function.LongToIntIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(LongUnaryIOOperator) - Static method in interface com.github.robtimus.io.function.LongUnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ObjDoubleIOConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.ObjDoubleIOConsumer
Returns an ObjDoubleConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ObjIntIOConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.ObjIntIOConsumer
Returns an ObjIntConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ObjLongIOConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.ObjLongIOConsumer
Returns an ObjLongConsumer that performs the operation operation, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ToDoubleIOBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.ToDoubleIOBiFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ToDoubleIOFunction<? super T>) - Static method in interface com.github.robtimus.io.function.ToDoubleIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ToIntIOBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.ToIntIOBiFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ToIntIOFunction<? super T>) - Static method in interface com.github.robtimus.io.function.ToIntIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ToLongIOBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.ToLongIOBiFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(ToLongIOFunction<? super T>) - Static method in interface com.github.robtimus.io.function.ToLongIOFunction
Returns a function that applies the function function to its input, and wraps any IOException that is thrown in an UncheckedIOException.
unchecked(UnaryIOOperator<T>) - Static method in interface com.github.robtimus.io.function.UnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and wraps any IOException that is thrown in an UncheckedIOException.
A B C D G I L M N O R T U 
Skip navigation links

Copyright © 2017–2020. All rights reserved.