LanguageExt.Core
LanguageExt.Core ► Traits ► Liftable
Contents
interface Liftable <out LA, in A> Source #
Liftable trait
Can lift a value A into a
Parameters
The type to be lifted
Methods
method LA Lift (A x) Source #