MCPcopy Create free account
hub / github.com/OneUIProject/oneui-core / Supplier

Interface Supplier

core/src/main/java/androidx/core/util/Supplier.java:23–31  ·  view source on GitHub ↗

Compat version of java.util.function.Supplier @param the type of the input to the operation

Source from the content-addressed store, hash-verified

21 * @param <T> the type of the input to the operation
22 */
23public interface Supplier<T> {
24
25 /**
26 * Gets a result.
27 *
28 * @return a result
29 */
30 T get();
31}

Callers 8

updateDrawerStateMethod · 0.65
dispatchOnDrawerSlideMethod · 0.65
addFocusablesMethod · 0.65
areItemsTheSameMethod · 0.65
areContentsTheSameMethod · 0.65

Implementers 15

ExploreByTouchHelpercustomview/src/main/java/androidx/cust
LocaleListCompatcore/src/main/java/androidx/core/os/Lo
LocaleListCompatWrappercore/src/main/java/androidx/core/os/Lo
LocaleListPlatformWrappercore/src/main/java/androidx/core/os/Lo
AccessibilityViewPropertycore/src/main/java/androidx/core/view/
SeslBaseReflectorcore/src/main/java/androidx/reflect/Se
SeslLocaleDataReflectorcore/src/main/java/androidx/reflect/ic
CircularRevealPropertymaterial/java/com/google/android/mater
CircularRevealScrimColorPropertymaterial/java/com/google/android/mater
ChildrenAlphaPropertymaterial/java/com/google/android/mater
DrawableAlphaPropertymaterial/java/com/google/android/mater
ImageMatrixPropertymaterial/java/com/google/android/mater

Calls

no outgoing calls

Tested by

no test coverage detected