package io.shockah.skylark.func; @FunctionalInterface public interface Action1<T1> { public void call(T1 t1); }