mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-08 05:51:43 +00:00
Cache Event Methods, Polish Last PR
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.loohp.limbo.utils;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface CheckedBiConsumer<T, U, TException extends Throwable> {
|
||||
|
||||
void consume(T t, U u) throws TException;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user