IPrimitiveIteratorOfLong.ForEachRemaining Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ForEachRemaining(IConsumer) |
To be added |
ForEachRemaining(ILongConsumer) |
To be added |
ForEachRemaining(IConsumer)
To be added
[Android.Runtime.Register("forEachRemaining", "(Ljava/util/function/Consumer;)V", "GetForEachRemaining_Ljava_util_function_Consumer_Handler:Java.Util.IPrimitiveIteratorOfLong, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual void ForEachRemaining (Java.Util.Functions.IConsumer? action);
[<Android.Runtime.Register("forEachRemaining", "(Ljava/util/function/Consumer;)V", "GetForEachRemaining_Ljava_util_function_Consumer_Handler:Java.Util.IPrimitiveIteratorOfLong, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ForEachRemaining : Java.Util.Functions.IConsumer -> unit
override this.ForEachRemaining : Java.Util.Functions.IConsumer -> unit
Parameters
- action
- IConsumer
Implements
- Attributes
Remarks
To be added
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
ForEachRemaining(ILongConsumer)
To be added
[Android.Runtime.Register("forEachRemaining", "(Ljava/util/function/LongConsumer;)V", "GetForEachRemaining_Ljava_util_function_LongConsumer_Handler:Java.Util.IPrimitiveIteratorOfLong, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual void ForEachRemaining (Java.Util.Functions.ILongConsumer? action);
[<Android.Runtime.Register("forEachRemaining", "(Ljava/util/function/LongConsumer;)V", "GetForEachRemaining_Ljava_util_function_LongConsumer_Handler:Java.Util.IPrimitiveIteratorOfLong, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ForEachRemaining : Java.Util.Functions.ILongConsumer -> unit
override this.ForEachRemaining : Java.Util.Functions.ILongConsumer -> unit
Parameters
- action
- ILongConsumer
The action to be performed for each element
- Attributes
Remarks
To be added
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.