TrueFilter Class

public class TrueFilter
extends SqlFilter

Represents a special kind of filter that matches every message.

Field Summary

Modifier and Type Field and Description
static final TrueFilter DEFAULT

A true filter object that is pre-created.

Constructor Summary

Constructor Description
TrueFilter()

Creates a true filter.

Methods inherited from SqlFilter

Methods inherited from java.lang.Object

Field Details

DEFAULT

public static final TrueFilter DEFAULT

A true filter object that is pre-created. Clients can use this object instead of recreating a new instance every time.

Constructor Details

TrueFilter

public TrueFilter()

Creates a true filter.

Applies to