If you've got something that can be converted into a NodeSeq function but
want a NodeSeqFunc, this implicit will do the conversion.
If you've got something that can be converted into a NodeSeq (a constant)
but want a NodeSeqFunc, this implicit will do the conversion.
Provides implicit conversions to the
NodeSeqFunctrait. This allows using aNodeSeqas a natural part of APIs that want to allow the flexibility of a()=>NodeSeqwithout having to write overloads for all methods that should accept both.(Since version 3.0) Lift now mostly uses
NodeSeq=>NodeSeqtransformations rather thanNodeSeqconstants; consider doing the same.