You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A transformation function of arity-5 from <code>A</code>, <code>B</code>, <code>C</code>, <code>D</code> and <code>E</code> to <code>F</code> that may throw an <code>Exception</code>.
*
* Used to instantiate a lambda that may throw an <code>Exception</code> before converting to an <code>F5</code>.
*
* @see fj.Try#f(Try5)
* @version %build.number%
*/
publicinterfaceTry5<A, B, C, D, E, F, ZextendsException> {