Class ObjectExtensions
Inherited Members
Namespace: Akka.Util.Extensions
Assembly: Akka.dll
Syntax
public static class ObjectExtensions
Methods
| Improve this Doc View SourceAsOption<T>(T)
Wraps object to the Option<T> monade
Declaration
public static Option<T> AsOption<T>(this T obj)
Parameters
Type | Name | Description |
---|---|---|
T | obj |
Returns
Type | Description |
---|---|
Option<T> |
Type Parameters
Name | Description |
---|---|
T |