T
- the type of the instanceC
- the type of the context parameterFunction
instead@Deprecated public interface IContextProvider<T,C> extends Function<C,T>
T
depending on context parameter of type
C
Modifier and Type | Method and Description |
---|---|
default T |
apply(C context)
Deprecated.
|
T |
get(C context)
Deprecated.
Provides an instance of type
T |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.