Click or drag to resize
Akka.NETExtensions Methods

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAndReturnTKey, TValue
TBD
Public methodStatic memberAddOrSetTKey, TValue
Dictionary helper that allows for idempotent updates. You don't need to care whether or not this item is already in the collection in order to update it.
Public methodStatic memberAsInstanceOfT
TBD
Public methodStatic memberBetweenDoubleQuotes
TBD
Public methodStatic memberConcatT
TBD
Public methodStatic memberDropT
Scala alias for Skip
Public methodStatic memberForEachT
Applies a delegate action to all elements of this enumerable.
Public methodStatic memberGetOrElseT(T, T)
TBD
Public methodStatic memberGetOrElseTKey, TValue(IDictionaryTKey, TValue, TKey, TValue)
TBD
Public methodStatic memberHeadT
Scala alias for FirstOrDefault
Public methodStatic memberJoin
TBD
Public methodStatic memberMax
TBD
Public methodStatic memberMin
TBD
Public methodStatic memberSplitDottedPathHonouringQuotes
Splits a 'dotted path' in its elements, honouring quotes (not splitting by dots between quotes)
Public methodStatic memberTakeRightT
Selects last n elements.
Top
See Also