namespace Java.Util.Functions
{
[JavaTypeParameters(new[] { "T" })]
[Register("java/util/function/Consumer", "", "Java.Util.Functions.IConsumerInvoker", ApiSince = 24)]
public interface IConsumer : IJavaObject, IJavaPeerable, IDisposable
{
[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)]
void Accept(Object? t);
}
}
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Help | Documentation |
.NET | 6.0-android7.0-android |
Xamarin Android | 0.0 |
OS Platforms | For the selected framework this API is only supported on the following OS platforms:
|