Package org.qiunet.utils.data
Interface ArgsData
- All Known Subinterfaces:
ArgsData.Five<A,,B, C, D, E> ArgsData.Four<A,,B, C, D> ArgsData.One<A>,ArgsData.Three<A,,B, C> ArgsData.Two<A,B>
public interface ArgsData
不重要, 没必要封装对象. 用这个比较快.
- Author:
- qiunet 2022/6/13 15:00
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceArgsData.Four<A,B, C, D> static interfacestatic interfacestatic interface -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <A> ArgsData.One<A>of(A a) static <A,B> ArgsData.Two<A, B> of(A a, B b) static <A,B, C> ArgsData.Three<A, B, C> of(A a, B b, C c) static <A,B, C, D> ArgsData.Four<A, B, C, D> of(A a, B b, C c, D d) static <A,B, C, D, E>
ArgsData.Five<A,B, C, D, E> of(A a, B b, C c, D d, E e)
-
Method Details
-
of
-
of
-
of
-
of
-
of
-