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