Package jetbrains.buildServer
Interface StampedExtensionsSupplier<CONTEXT,T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface StampedExtensionsSupplier<CONTEXT,T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StampedExtensionsSupplier.StoredData<CONTEXT,T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(CONTEXT context)
Nullability of this method depends on the converter used inExtensionsProvider.getStampedExtensionsSupplier(Class, Function)
-
-
-
Method Detail
-
get
T get(@Nullable CONTEXT context)
Nullability of this method depends on the converter used inExtensionsProvider.getStampedExtensionsSupplier(Class, Function)
- Parameters:
context
- context type- Returns:
- value for the context
-
-