ILongPredicate.And(ILongPredicate) Method

Definition

Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.

[Android.Runtime.Register("and", "(Ljava/util/function/LongPredicate;)Ljava/util/function/LongPredicate;", "GetAnd_Ljava_util_function_LongPredicate_Handler:Java.Util.Functions.ILongPredicate, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual Java.Util.Functions.ILongPredicate? And (Java.Util.Functions.ILongPredicate? other);
[<Android.Runtime.Register("and", "(Ljava/util/function/LongPredicate;)Ljava/util/function/LongPredicate;", "GetAnd_Ljava_util_function_LongPredicate_Handler:Java.Util.Functions.ILongPredicate, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member And : Java.Util.Functions.ILongPredicate -> Java.Util.Functions.ILongPredicate
override this.And : Java.Util.Functions.ILongPredicate -> Java.Util.Functions.ILongPredicate

Parameters

other
ILongPredicate

a predicate that will be logically-ANDed with this predicate

Returns

ILongPredicate

a composed predicate that represents the short-circuiting logical AND of this predicate and the other predicate

Attributes

Remarks

Java documentation for java.util.function.LongPredicate.and(java.util.function.LongPredicate).

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