com.strobel.functions.Supplier Maven / Gradle / Ivy
package com.strobel.functions;
public interface Supplier {
T get();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.strobel.functions;
public interface Supplier {
T get();
}