- 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.