monoandroid
namespace Java.Util.Functions
{
[JavaTypeParameters(new[] { "T" })]
[Register("java/util/function/Predicate", "", "Java.Util.Functions.IPredicateInvoker", ApiSince = 24)]
public interface IPredicate : IJavaObject, IJavaPeerable, IDisposable
{
[Register("and", "(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;", "GetAnd_Ljava_util_function_Predicate_Handler:Java.Util.Functions.IPredicate, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 24)]
virtual IPredicate? And(IPredicate? other);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |