I\'m looking for the inverse of Supplier in Guava. I hoped it would be called Consumer – nope – or Sink – exists, but is for pri
Supplier
Consumer
Sink
You can use a Function and set the second Argument to java.lang.Void this Function can only return null.
Function
null