Searched refs:applyFunction (Results 1 – 1 of 1) sorted by relevance
52 void ApplyComposed(ApplyFunction&& applyFunction) in ApplyComposed() argument54 applyFunction_ = std::move(applyFunction); in ApplyComposed()58 void ApplyComposed(const ApplyFunction& applyFunction) in ApplyComposed() argument60 applyFunction_ = applyFunction; in ApplyComposed()