Package net.sf.jstuff.core.functional
Interface BiObjIntConsumer<T,U>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Sebastian Thomschke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
default BiObjIntConsumer<T,
U> andThen
(BiObjIntConsumer<T, U> next)
-
Method Details
-
accept
-
andThen
-