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 SupplierModifier and TypeFieldDescriptionprivate static final SupplierCollectionUtilities.HASH_MAP_SUPPLIERprivate static final SupplierCollectionUtilities.IDENTITY_MAP_SUPPLIERprivate static final SupplierCollectionUtilities.LINKED_HASH_MAP_SUPPLIERprivate static final SupplierCollectionUtilities.LIST_SUPPLIERprivate static final SupplierCollectionUtilities.SET_SUPPLIERstatic final Supplier<MutableInteger> MutableInteger.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)