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

C

checked(BinaryOperator<T>) - Static method in interface com.github.robtimus.io.function.BinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(BooleanSupplier) - Static method in interface com.github.robtimus.io.function.BooleanIOSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleBinaryOperator) - Static method in interface com.github.robtimus.io.function.DoubleBinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleConsumer) - Static method in interface com.github.robtimus.io.function.DoubleIOConsumer
Returns an DoubleIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleFunction<? extends R>) - Static method in interface com.github.robtimus.io.function.DoubleIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoublePredicate) - Static method in interface com.github.robtimus.io.function.DoubleIOPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleSupplier) - Static method in interface com.github.robtimus.io.function.DoubleIOSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleToIntFunction) - Static method in interface com.github.robtimus.io.function.DoubleToIntIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleToLongFunction) - Static method in interface com.github.robtimus.io.function.DoubleToLongIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(DoubleUnaryOperator) - Static method in interface com.github.robtimus.io.function.DoubleUnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntBinaryOperator) - Static method in interface com.github.robtimus.io.function.IntBinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntConsumer) - Static method in interface com.github.robtimus.io.function.IntIOConsumer
Returns an IntIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntFunction<? extends R>) - Static method in interface com.github.robtimus.io.function.IntIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntPredicate) - Static method in interface com.github.robtimus.io.function.IntIOPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntSupplier) - Static method in interface com.github.robtimus.io.function.IntIOSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntToDoubleFunction) - Static method in interface com.github.robtimus.io.function.IntToDoubleIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntToLongFunction) - Static method in interface com.github.robtimus.io.function.IntToLongIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(IntUnaryOperator) - Static method in interface com.github.robtimus.io.function.IntUnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(BiConsumer<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.IOBiConsumer
Returns an IOBiConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(BiFunction<? 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 unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(BiPredicate<? super T, ? super U>) - Static method in interface com.github.robtimus.io.function.IOBiPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(Consumer<? super T>) - Static method in interface com.github.robtimus.io.function.IOConsumer
Returns an IOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(Function<? 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 unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(Predicate<? super T>) - Static method in interface com.github.robtimus.io.function.IOPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(Runnable) - Static method in interface com.github.robtimus.io.function.IORunnable
Returns a Runnable that performs the action action, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(Supplier<? extends T>) - Static method in interface com.github.robtimus.io.function.IOSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongBinaryOperator) - Static method in interface com.github.robtimus.io.function.LongBinaryIOOperator
Returns a binary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongConsumer) - Static method in interface com.github.robtimus.io.function.LongIOConsumer
Returns an LongIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongFunction<? extends R>) - Static method in interface com.github.robtimus.io.function.LongIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongPredicate) - Static method in interface com.github.robtimus.io.function.LongIOPredicate
Returns a predicate that evaluates the predicate predicate, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongSupplier) - Static method in interface com.github.robtimus.io.function.LongIOSupplier
Returns a supplier that returns the result of the supplier supplier, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongToDoubleFunction) - Static method in interface com.github.robtimus.io.function.LongToDoubleIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongToIntFunction) - Static method in interface com.github.robtimus.io.function.LongToIntIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(LongUnaryOperator) - Static method in interface com.github.robtimus.io.function.LongUnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ObjDoubleConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.ObjDoubleIOConsumer
Returns an ObjDoubleIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ObjIntConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.ObjIntIOConsumer
Returns an ObjIntIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ObjLongConsumer<? super T>) - Static method in interface com.github.robtimus.io.function.ObjLongIOConsumer
Returns an ObjLongIOConsumer that performs the operation operation, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ToDoubleBiFunction<? 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 unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ToDoubleFunction<? super T>) - Static method in interface com.github.robtimus.io.function.ToDoubleIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ToIntBiFunction<? 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 unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ToIntFunction<? super T>) - Static method in interface com.github.robtimus.io.function.ToIntIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ToLongBiFunction<? 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 unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(ToLongFunction<? super T>) - Static method in interface com.github.robtimus.io.function.ToLongIOFunction
Returns a function that applies the function function to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
checked(UnaryOperator<T>) - Static method in interface com.github.robtimus.io.function.UnaryIOOperator
Returns a unary operator that applies the operator operator to its input, and unwraps any UncheckedIOException that is thrown by throwing its cause.
com.github.robtimus.io.function - package com.github.robtimus.io.function
A collection of functional interfaces for I/O operations.
compose(DoubleUnaryIOOperator) - Method in interface com.github.robtimus.io.function.DoubleUnaryIOOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(IntUnaryIOOperator) - Method in interface com.github.robtimus.io.function.IntUnaryIOOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(IOFunction<? super V, ? extends T>) - Method in interface com.github.robtimus.io.function.IOFunction
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
compose(LongUnaryIOOperator) - Method in interface com.github.robtimus.io.function.LongUnaryIOOperator
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
A B C D G I L M N O R T U 
Skip navigation links

Copyright © 2017–2020. All rights reserved.