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

T

test(double) - Method in interface com.github.robtimus.io.function.DoubleIOPredicate
Evaluates this predicate on the given argument.
test(int) - Method in interface com.github.robtimus.io.function.IntIOPredicate
Evaluates this predicate on the given argument.
test(T, U) - Method in interface com.github.robtimus.io.function.IOBiPredicate
Evaluates this predicate on the given arguments.
test(T) - Method in interface com.github.robtimus.io.function.IOPredicate
Evaluates this predicate on the given argument.
test(long) - Method in interface com.github.robtimus.io.function.LongIOPredicate
Evaluates this predicate on the given argument.
ToDoubleIOBiFunction<T,U> - Interface in com.github.robtimus.io.function
Represents a function that accepts two arguments and produces a double-valued result.
ToDoubleIOFunction<T> - Interface in com.github.robtimus.io.function
Represents a function that produces a double-valued result.
ToIntIOBiFunction<T,U> - Interface in com.github.robtimus.io.function
Represents a function that accepts two arguments and produces an int-valued result.
ToIntIOFunction<T> - Interface in com.github.robtimus.io.function
Represents a function that produces an int-valued result.
ToLongIOBiFunction<T,U> - Interface in com.github.robtimus.io.function
Represents a function that accepts two arguments and produces a long-valued result.
ToLongIOFunction<T> - Interface in com.github.robtimus.io.function
Represents a function that produces a long-valued result.
A B C D G I L M N O R T U 
Skip navigation links

Copyright © 2017–2020. All rights reserved.