Interface IIntFunction<TReturn>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/IntFunction.html. Extends Function<TObject, TReturn>
public interface IIntFunction<TReturn> : IFunction<int, TReturn>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TReturn
The return data type associated to the event
- Inherited Members