IObjIntConsumer.Accept(Object, Int32) Method

Definition

Performs this operation on the given arguments.

[Android.Runtime.Register("accept", "(Ljava/lang/Object;I)V", "GetAccept_Ljava_lang_Object_IHandler:Java.Util.Functions.IObjIntConsumerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public void Accept (Java.Lang.Object? t, int value);
[<Android.Runtime.Register("accept", "(Ljava/lang/Object;I)V", "GetAccept_Ljava_lang_Object_IHandler:Java.Util.Functions.IObjIntConsumerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Accept : Java.Lang.Object * int -> unit

Parameters

t
Object

the first input argument

value
Int32

the second input argument

Attributes

Remarks

Performs this operation on the given arguments.

Java documentation for java.util.function.ObjIntConsumer.accept(T, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to