Skip to content

Commit

Permalink
feat(base.function): VoidPredicate
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 26, 2022
1 parent a708266 commit 5a17f36
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
package org.auioc.mcmod.arnicalib.base.function;

@FunctionalInterface
public interface VoidPredicate {

boolean test();

}

0 comments on commit 5a17f36

Please sign in to comment.