Class ObjectExtensions
Inherited Members
Namespace: Akka.Util.Extensions
Assembly: Akka.dll
Syntax
public static class ObjectExtensions
Methods
| Edit this page 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 |
Edit this page