I've got a problem. I know only how to use action and func, but the problem is that i need to put a method into a constructor like that.
Reader read = new Reader(1000, cki, method);
but the problem is that the method needs input like that.
public static void method(int Integer)
what do i do in that situation ?