cool new classes that are very cool

This commit is contained in:
nora 2021-05-25 15:48:41 +02:00
parent 707063f8ae
commit b8dfd00554
10 changed files with 324 additions and 5 deletions

View file

@ -1,7 +1,5 @@
package com.github.nilstrieb.uselessclasses;
import java.util.function.Consumer;
/**
* This class adds a brand new syntax for if-statements!
* You just need to statically import the methods
@ -19,9 +17,6 @@ public class Ifs {
}
}
interface Statements {
void execute();
}