-
Notifications
You must be signed in to change notification settings - Fork 0
Interfaces
hxs edited this page Nov 26, 2019
·
3 revisions
Package jutilas.interfaces
File JutilasFunction.java
This interface represents a void function without parameters.
Example:
JutilasFunction jf = () -> { // your code }; jf.execute();