| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Action
Encapsulates a method that has no parameters and does not return a value.
|
class |
Action1<T>
Encapsulates a method that has a single parameter and does not return a value.
|
class |
Action2<T1,T2>
Encapsulates a method that has two parameters and does not return a value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MulticastDelegate
Represents a delegate, which refers to class instances that have method to be invoked.
|
| Modifier and Type | Method and Description |
|---|---|
static Delegate |
Delegate.combine(Delegate... delegates)
Combines several delegates into one.
|
static Delegate |
Delegate.combine(Delegate a,
Delegate b)
Combines two delegates into one.
|
protected Delegate |
Delegate.combineImpl(Delegate d) |
protected Delegate |
MulticastDelegate.combineImpl(Delegate d) |
Delegate[] |
Delegate.getInvocationList()
Returns an invocation list.
|
Delegate[] |
MulticastDelegate.getInvocationList()
Returns an invocation list.
|
static Delegate |
Delegate.remove(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
static Delegate |
Delegate.removeAll(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
protected Delegate |
Delegate.removeImpl(Delegate d) |
protected Delegate |
MulticastDelegate.removeImpl(Delegate value) |
| Modifier and Type | Method and Description |
|---|---|
static Delegate |
Delegate.combine(Delegate... delegates)
Combines several delegates into one.
|
static Delegate |
Delegate.combine(Delegate a,
Delegate b)
Combines two delegates into one.
|
protected Delegate |
Delegate.combineImpl(Delegate d) |
protected Delegate |
MulticastDelegate.combineImpl(Delegate d) |
static boolean |
Delegate.op_Equality(Delegate d1,
Delegate d2)
Checks two delegates for equality.
|
static boolean |
Delegate.op_Inequality(Delegate d1,
Delegate d2)
Checks two delegates for inequality.
|
static Delegate |
Delegate.remove(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
static Delegate |
Delegate.removeAll(Delegate source,
Delegate value)
Removes the value delegate from the source delegate.
|
protected Delegate |
Delegate.removeImpl(Delegate d) |
protected Delegate |
MulticastDelegate.removeImpl(Delegate value) |
Copyright © 2026. All rights reserved.