IDoubleConsumer.AndThen(IDoubleConsumer) 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.
Returns a composed DoubleConsumer that performs, in sequence, this
operation followed by the after operation.
[Android.Runtime.Register("andThen", "(Ljava/util/function/DoubleConsumer;)Ljava/util/function/DoubleConsumer;", "GetAndThen_Ljava_util_function_DoubleConsumer_Handler:Java.Util.Functions.IDoubleConsumer, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual Java.Util.Functions.IDoubleConsumer? AndThen (Java.Util.Functions.IDoubleConsumer? after);
[<Android.Runtime.Register("andThen", "(Ljava/util/function/DoubleConsumer;)Ljava/util/function/DoubleConsumer;", "GetAndThen_Ljava_util_function_DoubleConsumer_Handler:Java.Util.Functions.IDoubleConsumer, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member AndThen : Java.Util.Functions.IDoubleConsumer -> Java.Util.Functions.IDoubleConsumer
override this.AndThen : Java.Util.Functions.IDoubleConsumer -> Java.Util.Functions.IDoubleConsumer
Parameters
- after
- IDoubleConsumer
the operation to perform after this operation
Returns
a composed DoubleConsumer that performs in sequence this
operation followed by the after operation
- Attributes
Remarks
Java documentation for java.util.function.DoubleConsumer.andThen(java.util.function.DoubleConsumer).
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.