Interface SerConsumer3<P1,P2,P3>

Type Parameters:
P1 - 参数一类型
P2 - 参数二类型
P3 - 参数三类型
All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SerConsumer3<P1,P2,P3> extends Serializable
3参数Consumer
Since:
Java 17+
Author:
Kimi Liu