org.cryptomator.cryptofs.common.SupplierThrowingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cryptofs Show documentation
Show all versions of cryptofs Show documentation
This library provides the Java filesystem provider used by Cryptomator.
The newest version!
package org.cryptomator.cryptofs.common;
@FunctionalInterface
public interface SupplierThrowingException {
T get() throws E;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy