dev.soffa.foundation.resource.Chain Maven / Gradle / Ivy
package dev.soffa.foundation.resource;
public interface Chain {
O next(I input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package dev.soffa.foundation.resource;
public interface Chain {
O next(I input);
}