Click or drag to resize
Extensions Class

[Missing <summary> documentation for "T:Akka.Util.Internal.Extensions"]

Inheritance Hierarchy
SystemObject
  Akka.Util.InternalExtensions

Namespace: Akka.Util.Internal
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static class Extensions

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAndReturnTKey, TValue
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
Public methodStatic memberConcatT
Public methodStatic memberDropT
Scala alias for Skip
Public methodStatic memberGetOrElseT(T, T)
Public methodStatic memberGetOrElseTKey, TValue(IDictionaryTKey, TValue, TKey, TValue)
Public methodStatic memberHeadT
Scala alias for FirstOrDefault
Public methodStatic memberJoin
Public methodStatic memberMax
Top
See Also