]
David Lloyd resolved ELY-372.
-----------------------------
Resolution: Done
Add runAs* variants that are lambda-friendly
--------------------------------------------
Key: ELY-372
URL:
https://issues.jboss.org/browse/ELY-372
Project: WildFly Elytron
Issue Type: Enhancement
Components: API / SPI
Reporter: David Lloyd
Assignee: David Lloyd
Priority: Minor
Fix For: 1.1.0.Beta2
The runAs* methods are overloaded and thus are hostile to lambdas. Add variations that
do not have ambiguous overloads and which accept (Bi)Function, (Bi)Consumer, and Supplier
arguments.