Table of Contents

Class ObjLongConsumer<T>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
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
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

Action<T, long>

Methods

Accept(T, long)

Executes the Consumer action in the CLR

public virtual void Accept(T o1, long o2)

Parameters

o1 T

The Consumer object

o2 long

The Consumer object