Package org.javimmutable.collections
Interface Proc2<A,B>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for lambdas that accept 2 parameters and return nothing.
-
Method Summary
-
Method Details
-
apply
-