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
For practicality, it should support more functions types likes Consumer, Supplier, functions with more than two parameters.
// doItWithAnnoyance takes more than two arguments and returns a resultdoSomething(shh((id, name, isMember, code) -> doItWithAnnoyance(id, name, isMember, code)));
// There should be shh for functions using primitive types. e.g.) BooleanSupplier, IntConsumer, IntFunction, etc.
shh
for the rest of the FunctionsFor practicality, it should support more functions types likes
Consumer
,Supplier
, functions with more than two parameters.TODO
Function
types (shh for Functions with more than two parameters #34)Predicate
types (shh for more Predicate types #69)Supplier
types (shh for primitive Supplier #31)Consumer
types (shh for primitive Consumer #33)Function
types (shh for primitive Function types #35)Predicate
types (shh for primitive Predicate types #37)The text was updated successfully, but these errors were encountered: