Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NullProcessor

Put entry processor.

An implementation of an EntryProcessor that does nothing and returns true as a result of execution.

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

Protected constructor

Properties

@class

@class: string

Static Readonly INSTANCE

INSTANCE: NullProcessor = new NullProcessor()

Singleton NullProcessor instance.

Methods

andThen

when

  • Returns a ConditionalProcessor comprised of this processor and the provided filter.

    The specified entry processor gets invoked if and only if the filter applied to the entry evaluates to true; otherwise the result of the invocation will return null.

    Parameters

    Returns EntryProcessor<any, any, any>