public interface

Predicate

com.urbanairship.Predicate<T>
Known Indirect Subclasses

Class Overview

Predicate interface.

Summary

Public Methods
abstract boolean apply(T object)
Applies the predicate against an object.

Public Methods

public abstract boolean apply (T object)

Applies the predicate against an object.

Parameters
object The object.
Returns
  • true if the predicate matches the object, otherwise false.