Safe convert value to type A
Get inner value by key
and safe decode it to type A
Unsafe convert value to type A
Get inner value by key
and unsafe decode it to type A
Map value with function f
Map value with function f
.
Map value with function f
. If underlying type is PArray or PStruct function f
will call recursively.
Map value with function f
taken (Symbol, A)
as arguments.
Map value with function f
taken (Symbol, A)
as arguments. Applying only to PMap values.
Convert PValue
to Option[PValue]
.
Convert PValue
to Option[PValue]
. PValue.Null
will convert to None
Alias to unsafe
method
Map value with possible failed result.