Uses of Interface
com.strobel.functions.Supplier
Packages that use Supplier
-
Uses of Supplier in com.strobel.core
Fields in com.strobel.core declared as SupplierMethods in com.strobel.core that return SupplierModifier and TypeMethodDescriptionCollectionUtilities.hashMapFactory()CollectionUtilities.identityMapFactory()CollectionUtilities.linekdHashMapFactory()CollectionUtilities.listFactory()CollectionUtilities.setFactory() -
Uses of Supplier in com.strobel.decompiler.ast
Constructors in com.strobel.decompiler.ast with parameters of type Supplier -
Uses of Supplier in com.strobel.functions
Methods in com.strobel.functions that return SupplierMethods in com.strobel.functions with parameters of type SupplierModifier and TypeMethodDescriptionstatic <T,R> Function <T, R> Functions.ofSupplier(Supplier<R> supplier)