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 Supplier
CollectionUtilities.HASH_MAP_SUPPLIER
private static final Supplier
CollectionUtilities.IDENTITY_MAP_SUPPLIER
private static final Supplier
CollectionUtilities.LINKED_HASH_MAP_SUPPLIER
private static final Supplier
CollectionUtilities.LIST_SUPPLIER
private static final Supplier
CollectionUtilities.SET_SUPPLIER
static final Supplier
<MutableInteger> MutableInteger.SUPPLIER
Methods 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)