IConsumer.Accept(Object) Method

Definition

Performs this operation on the given argument.

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

Parameters

t
Object

the input argument

Attributes

Remarks

Performs this operation on the given argument.

Java documentation for java.util.function.Consumer.accept(T).

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