A C E F G N O P S T
All Classes All Packages
All Classes All Packages
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
Predicatelogical-AND the specifiedPredicate. - andThen(Consumer<? super T>) - Method in interface org.osgi.util.function.Consumer
-
Compose the specified
Consumerto be called after thisConsumer. - andThen(Function<? super R, ? extends S>) - Method in interface org.osgi.util.function.Function
-
Compose the specified
Functionto be called on the value returned by thisFunction. - 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
Consumerwhich wraps ajava.util.function.Consumer. - asFunction(Function<T, R>) - Static method in interface org.osgi.util.function.Function
-
Returns a
Functionwhich wraps the specifiedjava.util.function.Function. - asJavaConsumer(Consumer<T>) - Static method in interface org.osgi.util.function.Consumer
-
Returns a
java.util.function.Consumerwhich wraps the specifiedConsumerand throws any thrown exceptions. - asJavaConsumerIgnoreException(Consumer<T>) - Static method in interface org.osgi.util.function.Consumer
-
Returns a
java.util.function.Consumerwhich wraps the specifiedConsumerand discards any thrownExceptions. - asJavaFunction(Function<T, R>) - Static method in interface org.osgi.util.function.Function
-
Returns a
java.util.function.Functionwhich wraps the specifiedFunctionand throws any thrown exceptions. - asJavaFunctionOrElse(Function<T, R>, R) - Static method in interface org.osgi.util.function.Function
-
Returns a
java.util.function.Functionwhich wraps the specifiedFunctionand the specified value. - asJavaFunctionOrElseGet(Function<T, R>, Supplier<? extends R>) - Static method in interface org.osgi.util.function.Function
-
Returns a
java.util.function.Functionwhich wraps the specifiedFunctionand the specifiedjava.util.function.Supplier. - asJavaPredicate(Predicate<T>) - Static method in interface org.osgi.util.function.Predicate
-
Returns a
java.util.function.Predicatewhich wraps the specifiedPredicateand throws any thrown exceptions. - asJavaPredicateOrElse(Predicate<T>, boolean) - Static method in interface org.osgi.util.function.Predicate
-
Returns a
java.util.function.Predicatewhich wraps the specifiedPredicateand the specified value. - asJavaPredicateOrElseGet(Predicate<T>, BooleanSupplier) - Static method in interface org.osgi.util.function.Predicate
-
Returns a
java.util.function.Predicatewhich wraps the specifiedPredicateand the specifiedjava.util.function.BooleanSupplier. - asJavaSupplier(Supplier<T>) - Static method in interface org.osgi.util.function.Supplier
-
Returns a
java.util.function.Supplierwhich wraps the specifiedSupplierand throws any thrown exceptions. - asJavaSupplierOrElse(Supplier<T>, T) - Static method in interface org.osgi.util.function.Supplier
-
Returns a
java.util.function.Supplierwhich wraps the specifiedSupplierand the specified value. - asJavaSupplierOrElseGet(Supplier<T>, Supplier<? extends T>) - Static method in interface org.osgi.util.function.Supplier
-
Returns a
java.util.function.Supplierwhich wraps the specifiedSupplierand the specifiedjava.util.function.Supplier. - asPredicate(Predicate<T>) - Static method in interface org.osgi.util.function.Predicate
-
Returns a
Predicatewhich wraps the specifiedjava.util.function.Predicate. - asSupplier(Supplier<T>) - Static method in interface org.osgi.util.function.Supplier
-
Returns a
Supplierwhich wraps the specifiedjava.util.function.Supplier.
C
- compose(Function<? super S, ? extends T>) - Method in interface org.osgi.util.function.Function
-
Compose the specified
Functionto be called to supply a value to be consumed by thisFunction. - 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
N
- negate() - Method in interface org.osgi.util.function.Predicate
-
Return a
Predicatewhich is the negation of thisPredicate.
O
- or(Predicate<? super T>) - Method in interface org.osgi.util.function.Predicate
-
Compose this
Predicatelogical-OR the specifiedPredicate. - 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
All Classes All Packages