 | CompatExtensions Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.CompatExtensions"]
Inheritance HierarchySystemObject com.espertech.esper.compat.collectionsCompatExtensions
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic static class CompatExtensions
The CompatExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | AddAllT | |
  | AdvanceT | |
  | AppendT | |
  | AreEqual(Array, Array) | |
  | AreEqualT(IEnumeratorT, Void) | |
  | AreEqualT(T, T) | |
  | AsDataMap | |
  | AsHashSetT(IEnumerableT) | |
  | AsHashSetT(T) | |
  | AsLinkedListT | |
  | AsListT | |
  | AsMutableListT | |
  | AsObjectDictionary(Boolean) | |
  | AsObjectDictionary(Boolean, Object) | |
  | AsReadOnlyCollectionT | |
  | AsReadOnlyListT | |
  | AsSortedListT | |
  | AsStringDictionary(Boolean, String) | |
  | AsStringDictionary(Boolean, String, Object) | |
  | AsSyncCollectionT | |
  | AsSyncListT | |
  | AsSyncSetT | |
  | AtIndex(IEnumerable, Int32) |
Gets the item at the nth index of the enumerable.
|
  | AtIndex(IEnumerable, Int32, FuncT, TResult) | |
  | CanUnwrapT | |
  | ContainsT(IListT, Void) | |
  | ContainsT(T, T) | |
  | ContainsAllT | |
  | Debug | |
  | DeepEqualsT | |
  | DeepUnorderedEqualsT | |
  | DeleteAtTV | |
  | EnumerateWithLookaheadT | |
  | FillT(Void, T) | |
  | FillT(T, FuncTResult) | |
  | FillT(T, FuncT, TResult) | |
  | FillT(T, T) | |
  | FirstNodeTV | |
  | ForT | |
  | ForEachT(IListT, Void) | |
  | ForEachT(LinkedListT, ActionT) | |
  | ForEveryT | |
  | FormatInt | |
  | GetParameterTypes(ConstructorInfo) | |
  | GetParameterTypes(MethodInfo, Boolean) | |
  | HasFirstT | |
  | Hash(IEnumerable) | |
  | HashT(T) | |
  | HashAllT | |
  | IsT, TX | |
  | IsEmptyT | |
  | IsEmptyCollection |
Determines whether the specified collection in the parameter is empty.
|
  | IsEmptyOrNullT | |
  | IsGreaterThanT | |
  | IsGreaterThanOrEqualT | |
  | IsLessThanT | |
  | IsLessThanOrEqualT | |
  | IsNotEmptyT | |
  | MaterializeArrayT | |
  | MergeTA, TB | |
  | PollTV(IListT) | |
  | PollTV(LinkedListTV) | |
  | PollTV(IListT, Void) | |
  | PollTV(LinkedListTV, TV) | |
  | PopFrontTV |
Removes the item at the front of the list and returns it.
|
  | RemoveAllT | |
  | RemoveWhereT(IListT, Void) | |
  | RemoveWhereT(LinkedListT, FuncT, TResult) | |
  | RemoveWhereT(IListT, Void, T) | |
  | Render(Array) | |
  | Render(IEnumerable, FuncT, TResult) | |
  | Render(IEnumerable, TextWriter) |
Renders an enumerable source
|
  | Render(Array, String, String) |
Renders the array as a string
|
  | RenderTK, TV(IEnumerableT, Void) | |
  | RenderAny(Object) | |
  | RenderAny(Object, TextWriter) | |
  | RetainAllT | |
  | ReverseT | |
  | SecondT | |
  | SubListT | |
  | ToArrayOrNullT | |
  | ToListOrNullT | |
  | ToPopArrayT | |
  | ToUpper | |
  | TransformDowncastTInt, TExt | |
  | TransformIntoTInt, TExt | |
  | TransformUpcastTInt, TExt | |
  | UnwrapT | |
  | UnwrapDictionary(Boolean) | |
  | UnwrapDictionary(Boolean, Object) | |
  | UnwrapEnumerableT | |
  | UnwrapIntoArray(Type, Object, Boolean) | |
  | UnwrapIntoArrayT(Object, Boolean) | |
  | UnwrapIntoListT | |
  | UnwrapIntoSetT | |
  | UnwrapSafeT | |
  | UnwrapStringDictionary(Boolean) | |
  | UnwrapStringDictionary(Boolean, String) | |
  | WithLookaheadT | |
  | XRange | |
Top
Fields
See Also