Uses of Interface
com.adobe.acs.commons.functions.CheckedSupplier
Packages that use CheckedSupplier
-
Uses of CheckedSupplier in com.adobe.acs.commons.functions
Methods in com.adobe.acs.commons.functions that return CheckedSupplierModifier and TypeMethodDescriptionstatic <T> CheckedSupplier<T>CheckedSupplier.fromSupplier(Supplier<T> supplier) -
Uses of CheckedSupplier in com.adobe.acs.commons.mcp.impl.processes.asset
Constructors in com.adobe.acs.commons.mcp.impl.processes.asset with parameters of type CheckedSupplierModifierConstructorDescriptionSftpSource(long length, CheckedSupplier<com.jcraft.jsch.ChannelSftp> channel, HierarchicalElement elem)