Package revxrsal.asm

Interface BoundMethodCaller

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BoundMethodCaller
A BoundMethodCaller is effectively a MethodCaller that does not require an instance to be provided, as it has already been bound to the relevant one.

Create with MethodCaller.bindTo(Object).