Class ToIntFunction<T>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ToIntFunction.html. Extends ToIntFunction
public class ToIntFunction<T> : ToIntFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IToIntFunction<T>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data type associated to the event
- Inheritance
-
ToIntFunction<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ToIntFunction()
Initialize a new instance of ToIntFunction<T>
public ToIntFunction()
Properties
OnApplyAsInt
The Func<T, TResult> to be executed
public virtual Func<T, int> OnApplyAsInt { get; set; }
Property Value
Methods
ApplyAsInt(T)
Executes the Function action in the CLR
public virtual int ApplyAsInt(T o)
Parameters
o
TThe ToIntFunction object
Returns
- int
The applyAsInt result