Package com.github.tonivade.purefun.core
Interface Consumer5<A,B,C,D,E>
- Type Parameters:
A- the type of first parameter received by the functionB- the type of second parameter received by the functionC- the type of third parameter received by the functionD- the type of fourth parameter received by the function
- All Superinterfaces:
Recoverable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface represents a function that receives four parameters but it doesn't generate any result.
It's like a Function4<A, B, C, D, Unit>
-
Method Summary
Methods inherited from interface com.github.tonivade.purefun.core.Recoverable
sneakyThrow
-
Method Details
-
accept
-
run
- Throws:
Throwable
-
andThen
-
asFunction
-
of
-