package sh.okx.rankup.requirements; import java.util.List; public interface Operation { boolean check(List booleans); }