mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 02:39:43 +02:00
Update opoc
Update shared helper utilities of my projects to latest state
This commit is contained in:
parent
1948c28cff
commit
7361d4bc3f
9 changed files with 286 additions and 112 deletions
|
@ -12,6 +12,11 @@ package net.gsantner.opoc.util;
|
|||
|
||||
@SuppressWarnings("unused")
|
||||
public class Callback {
|
||||
|
||||
public interface a0 {
|
||||
void callback();
|
||||
}
|
||||
|
||||
public interface a1<A> {
|
||||
void callback(A arg1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue