package io.shockah.skylark.func; @FunctionalInterface public interface Action0 { public void call(); }