Interface BiFunctionWithException<A,B,C>

Type Parameters:
A - First function argument
B - Second function argument
C - 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

    Modifier and Type
    Method
    Description
    apply(A a, B b)