Header menu logo issie

Get Type

Static overloads of the optic get function (^.). These functions do not generally need to be called directly, but will be used when calling Optic.get.

Union cases

Union case Description

Get

Full Usage: Get

Static members

Static member Description

Get ^. arg1

Full Usage: Get ^. arg1

Parameters:
Returns: 'a -> 'b option
Get : Get
arg1 : Prism<'a, 'b>
Returns: 'a -> 'b option

Get ^. arg1

Full Usage: Get ^. arg1

Parameters:
Returns: 'a -> 'b
Get : Get
arg1 : Lens<'a, 'b>
Returns: 'a -> 'b

Type something to start searching.