IBiPredicate.Negate Method

Definition

Returns a predicate that represents the logical negation of this predicate.

[Android.Runtime.Register("negate", "()Ljava/util/function/BiPredicate;", "GetNegateHandler:Java.Util.Functions.IBiPredicate, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual Java.Util.Functions.IBiPredicate? Negate ();
[<Android.Runtime.Register("negate", "()Ljava/util/function/BiPredicate;", "GetNegateHandler:Java.Util.Functions.IBiPredicate, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Negate : unit -> Java.Util.Functions.IBiPredicate
override this.Negate : unit -> Java.Util.Functions.IBiPredicate

Returns

a predicate that represents the logical negation of this predicate

Attributes

Remarks

Returns a predicate that represents the logical negation of this predicate.

Java documentation for java.util.function.BiPredicate.negate().

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