Class ObjLongConsumer<T>
Listener for Java ObjLongConsumer https://docs.oracle.com/javase/8/docs/api/java/util/function/ObjLongConsumer.html. Extends ObjLongConsumer
public class ObjLongConsumer<T> : ObjLongConsumer, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IObjLongConsumer<T>, IBiConsumer<T, long>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data associated to the event
- Inheritance
-
ObjLongConsumer<T>
- Implements
-
IBiConsumer<T, long>
- Derived
- Inherited Members
- Extension Methods
Constructors
ObjLongConsumer()
Initialize a new instance of BiConsumer<T, U>
public ObjLongConsumer()
Properties
OnAccept
The Action<T1, T2> to be executed
public virtual Action<T, long> OnAccept { get; set; }
Property Value
Methods
Accept(T, long)
Executes the Consumer action in the CLR
public virtual void Accept(T o1, long o2)
Parameters
o1
TThe Consumer object
o2
longThe Consumer object