A C E F G N O P S T 
All Classes All Packages

A

accept(T) - Method in interface org.osgi.util.function.Consumer
Applies this function to the specified argument.
and(Predicate<? super T>) - Method in interface org.osgi.util.function.Predicate
Compose this Predicate logical-AND the specified Predicate.
andThen(Consumer<? super T>) - Method in interface org.osgi.util.function.Consumer
Compose the specified Consumer to be called after this Consumer.
andThen(Function<? super R, ? extends S>) - Method in interface org.osgi.util.function.Function
Compose the specified Function to be called on the value returned by this Function.
apply(T) - Method in interface org.osgi.util.function.Function
Applies this function to the specified argument.
asConsumer(Consumer<T>) - Static method in interface org.osgi.util.function.Consumer
Returns a Consumer which wraps a java.util.function.Consumer.
asFunction(Function<T, R>) - Static method in interface org.osgi.util.function.Function
Returns a Function which wraps the specified java.util.function.Function.
asJavaConsumer(Consumer<T>) - Static method in interface org.osgi.util.function.Consumer
Returns a java.util.function.Consumer which wraps the specified Consumer and throws any thrown exceptions.
asJavaConsumerIgnoreException(Consumer<T>) - Static method in interface org.osgi.util.function.Consumer
Returns a java.util.function.Consumer which wraps the specified Consumer and discards any thrown Exceptions.
asJavaFunction(Function<T, R>) - Static method in interface org.osgi.util.function.Function
Returns a java.util.function.Function which wraps the specified Function and throws any thrown exceptions.
asJavaFunctionOrElse(Function<T, R>, R) - Static method in interface org.osgi.util.function.Function
Returns a java.util.function.Function which wraps the specified Function and the specified value.
asJavaFunctionOrElseGet(Function<T, R>, Supplier<? extends R>) - Static method in interface org.osgi.util.function.Function
Returns a java.util.function.Function which wraps the specified Function and the specified java.util.function.Supplier.
asJavaPredicate(Predicate<T>) - Static method in interface org.osgi.util.function.Predicate
Returns a java.util.function.Predicate which wraps the specified Predicate and throws any thrown exceptions.
asJavaPredicateOrElse(Predicate<T>, boolean) - Static method in interface org.osgi.util.function.Predicate
Returns a java.util.function.Predicate which wraps the specified Predicate and the specified value.
asJavaPredicateOrElseGet(Predicate<T>, BooleanSupplier) - Static method in interface org.osgi.util.function.Predicate
Returns a java.util.function.Predicate which wraps the specified Predicate and the specified java.util.function.BooleanSupplier.
asJavaSupplier(Supplier<T>) - Static method in interface org.osgi.util.function.Supplier
Returns a java.util.function.Supplier which wraps the specified Supplier and throws any thrown exceptions.
asJavaSupplierOrElse(Supplier<T>, T) - Static method in interface org.osgi.util.function.Supplier
Returns a java.util.function.Supplier which wraps the specified Supplier and the specified value.
asJavaSupplierOrElseGet(Supplier<T>, Supplier<? extends T>) - Static method in interface org.osgi.util.function.Supplier
Returns a java.util.function.Supplier which wraps the specified Supplier and the specified java.util.function.Supplier.
asPredicate(Predicate<T>) - Static method in interface org.osgi.util.function.Predicate
Returns a Predicate which wraps the specified java.util.function.Predicate.
asSupplier(Supplier<T>) - Static method in interface org.osgi.util.function.Supplier
Returns a Supplier which wraps the specified java.util.function.Supplier.

C

compose(Function<? super S, ? extends T>) - Method in interface org.osgi.util.function.Function
Compose the specified Function to be called to supply a value to be consumed by this Function.
Consumer<T> - Interface in org.osgi.util.function
A function that accepts a single argument and produces no result.

E

Exceptions - Class in org.osgi.util.function
 
Exceptions() - Constructor for class org.osgi.util.function.Exceptions
 

F

Function<T,​R> - Interface in org.osgi.util.function
A function that accepts a single argument and produces a result.

G

get() - Method in interface org.osgi.util.function.Supplier
Returns a value.

N

negate() - Method in interface org.osgi.util.function.Predicate
Return a Predicate which is the negation of this Predicate.

O

or(Predicate<? super T>) - Method in interface org.osgi.util.function.Predicate
Compose this Predicate logical-OR the specified Predicate.
org.osgi.util.function - package org.osgi.util.function
Function Package Version 1.2.

P

Predicate<T> - Interface in org.osgi.util.function
A predicate that accepts a single argument and produces a boolean result.

S

Supplier<T> - Interface in org.osgi.util.function
A function that produces a result.

T

test(T) - Method in interface org.osgi.util.function.Predicate
Evaluates this predicate on the specified argument.
throwsUnchecked(Throwable) - Static method in class org.osgi.util.function.Exceptions
 
throwUnchecked(Throwable) - Static method in class org.osgi.util.function.Exceptions
 
A C E F G N O P S T 
All Classes All Packages