ru.cwcode.commands.Receiver Maven / Gradle / Ivy
package ru.cwcode.commands;
import java.util.List;
@FunctionalInterface
public interface Receiver {
List receive();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package ru.cwcode.commands;
import java.util.List;
@FunctionalInterface
public interface Receiver {
List receive();
}