package bluej.utility.javafx;

import threadchecker.OnThread;
import threadchecker.Tag;


| Equivalent to Supplier, but clearer (including to plugin) that it runs on FX thread | @FunctionalInterface public interface FXFunction<FROM, TO>{ @OnThread(Tag.FX) p.public TO apply(FROM x); }

.   apply




9 neLoCode + 1 LoComm