Uses of Interface
com.aparapi.internal.model.Supplier
-
Packages that use Supplier Package Description com.aparapi.internal.model -
-
Uses of Supplier in com.aparapi.internal.model
Subinterfaces of Supplier in com.aparapi.internal.model Modifier and Type Interface Description interfaceMemoizer<T>Classes in com.aparapi.internal.model that implement Supplier Modifier and Type Class Description static classMemoizer.Impl<T>Fields in com.aparapi.internal.model declared as Supplier Modifier and Type Field Description private Supplier<T>Memoizer.Impl. supplierMethods in com.aparapi.internal.model with parameters of type Supplier Modifier and Type Method Description static <T> Memoizer<T>Memoizer.Impl. of(Supplier<T> supplier)Constructors in com.aparapi.internal.model with parameters of type Supplier Constructor Description Impl(Supplier<T> supplier)
-