Package com.identityworksllc.iiq.common
Class Functions.NullConsumer
- java.lang.Object
-
- com.identityworksllc.iiq.common.Functions.NullConsumer
-
- All Implemented Interfaces:
BiConsumer<Object,Object>
,Consumer<Object>
- Enclosing class:
- Functions
public static class Functions.NullConsumer extends Object implements Consumer<Object>, BiConsumer<Object,Object>
A dual Consumer and BiConsumer that just does nothing, eating the object
-
-
Constructor Summary
Constructors Constructor Description NullConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Object o)
void
accept(Object o, Object o2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-