The driver which is used for compiling the query.
The driver which is used for compiling the query.
Perform a transformation of the underlying value.
Perform a transformation of the underlying value. The computed Compiled
value is returned unmodified.
Perform a transformation of the underlying value.
Perform a transformation of the underlying value. The computed value must
be Compilable
. The resulting Compiled
instance will be recompiled when
needed. It does not benefit from this instance already containing the
compiled state.
(appliedCompiledFunction: StringAdd).self
(appliedCompiledFunction: StringFormat).self
(appliedCompiledFunction: ArrowAssoc[AppliedCompiledFunction[PU, R, RU]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(appliedCompiledFunction: Ensuring[AppliedCompiledFunction[PU, R, RU]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead