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
Currently shh works for only AnnoyingFunction and AnnoyingBiFunction.
e.g.)
// run does not take anything nor does it return any result.doSomething(shh(() -> doItWithAnnoyance.run());
// accept returns nothingdoSomething(shh(x -> doItWithAnnoyance. accept(x)));
// get takes no argument and returns a result.doSomething(shh(() -> doItWithAnnoyance.get());
shh
for more FunctionsCurrently
shh
works for onlyAnnoyingFunction
andAnnoyingBiFunction
.e.g.)
TODO
Runnable
(shh for Runnable #29)Supplier
(shh for Supplier #30)Predicate
types (shh for Predicate types #36)Consumer
types (shh for Consumer #32)The text was updated successfully, but these errors were encountered: