Package me.neznamy.tab.api.util
Interface BiFunctionWithException<A,B,C>
- Type Parameters:
A- First function argumentB- Second function argumentC- Function return type
public interface BiFunctionWithException<A,B,C>
An interface for BiFunction which can throw an exception.
Used in
PacketBuilder to
call build method for packet classes, which may throw an
exception due to reflection.-
Method Summary
-
Method Details
-
apply
- Throws:
ReflectiveOperationException
-