ILongPredicate.Test(Int64) Method

Definition

Evaluates this predicate on the given argument.

[Android.Runtime.Register("test", "(J)Z", "GetTest_JHandler:Java.Util.Functions.ILongPredicateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public bool Test (long value);
[<Android.Runtime.Register("test", "(J)Z", "GetTest_JHandler:Java.Util.Functions.ILongPredicateInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Test : int64 -> bool

Parameters

value
Int64

the input argument

Returns

true if the input argument matches the predicate, otherwise false

Attributes

Remarks

Evaluates this predicate on the given argument.

Java documentation for java.util.function.LongPredicate.test(long).

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