Skip navigation links
A F G I M O 

A

accept(T) - Method in class org.springframework.cloud.function.core.IsolatedConsumer
 
apply(Flux<T>) - Method in class org.springframework.cloud.function.core.FluxConsumer
 
apply(Flux<T>) - Method in class org.springframework.cloud.function.core.FluxFunction
 
apply(Flux<I>) - Method in class org.springframework.cloud.function.core.FluxToMonoFunction
 
apply(S) - Method in class org.springframework.cloud.function.core.IsolatedFunction
 
apply(Mono<I>) - Method in class org.springframework.cloud.function.core.MonoToFluxFunction
 

F

FluxConsumer<T> - Class in org.springframework.cloud.function.core
Wrapper for a Consumer implementation that converts a non-reactive consumer into a reactive function.
FluxConsumer(Consumer<T>) - Constructor for class org.springframework.cloud.function.core.FluxConsumer
 
FluxFunction<T,R> - Class in org.springframework.cloud.function.core
Function implementation that wraps a target Function so that the target's simple input and output types will be wrapped as Flux instances.
FluxFunction(Function<T, R>) - Constructor for class org.springframework.cloud.function.core.FluxFunction
 
FluxSupplier<T> - Class in org.springframework.cloud.function.core
Supplier implementation that wraps a target Supplier so that the target's simple output type will be wrapped in a Flux instance.
FluxSupplier(Supplier<T>) - Constructor for class org.springframework.cloud.function.core.FluxSupplier
 
FluxSupplier(Supplier<T>, Duration) - Constructor for class org.springframework.cloud.function.core.FluxSupplier
 
FluxToMonoFunction<I,O> - Class in org.springframework.cloud.function.core
Marker wrapper for target Function<Flux, Mono>
FluxToMonoFunction(Function<Flux<I>, Mono<O>>) - Constructor for class org.springframework.cloud.function.core.FluxToMonoFunction
 
FluxWrapper<T> - Interface in org.springframework.cloud.function.core
 
FunctionFactoryMetadata<F> - Interface in org.springframework.cloud.function.core
 

G

get() - Method in class org.springframework.cloud.function.core.FluxSupplier
 
get() - Method in class org.springframework.cloud.function.core.IsolatedSupplier
 
getClassLoader() - Method in interface org.springframework.cloud.function.core.Isolated
 
getClassLoader() - Method in class org.springframework.cloud.function.core.IsolatedConsumer
 
getClassLoader() - Method in class org.springframework.cloud.function.core.IsolatedFunction
 
getClassLoader() - Method in class org.springframework.cloud.function.core.IsolatedSupplier
 
getFactoryMethod() - Method in interface org.springframework.cloud.function.core.FunctionFactoryMetadata
 
getTarget() - Method in class org.springframework.cloud.function.core.FluxConsumer
 
getTarget() - Method in class org.springframework.cloud.function.core.FluxFunction
 
getTarget() - Method in class org.springframework.cloud.function.core.FluxSupplier
 
getTarget() - Method in class org.springframework.cloud.function.core.FluxToMonoFunction
 
getTarget() - Method in interface org.springframework.cloud.function.core.FluxWrapper
 
getTarget() - Method in interface org.springframework.cloud.function.core.FunctionFactoryMetadata
 
getTarget() - Method in class org.springframework.cloud.function.core.MonoToFluxFunction
 

I

Isolated - Interface in org.springframework.cloud.function.core
 
IsolatedConsumer<T> - Class in org.springframework.cloud.function.core
 
IsolatedConsumer(Consumer<T>) - Constructor for class org.springframework.cloud.function.core.IsolatedConsumer
 
IsolatedFunction<S,T> - Class in org.springframework.cloud.function.core
 
IsolatedFunction(Function<S, T>) - Constructor for class org.springframework.cloud.function.core.IsolatedFunction
 
IsolatedSupplier<T> - Class in org.springframework.cloud.function.core
 
IsolatedSupplier(Supplier<T>) - Constructor for class org.springframework.cloud.function.core.IsolatedSupplier
 

M

MonoToFluxFunction<I,O> - Class in org.springframework.cloud.function.core
Marker wrapper for target Function<Mono, Flux>
MonoToFluxFunction(Function<Mono<I>, Flux<O>>) - Constructor for class org.springframework.cloud.function.core.MonoToFluxFunction
 

O

org.springframework.cloud.function.core - package org.springframework.cloud.function.core
 
A F G I M O 
Skip navigation links

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.