Uses of Interface
com.aoapps.collections.UnionMethodSet.Method
-
-
Uses of UnionMethodSet.Method in com.aoapps.collections
Classes in com.aoapps.collections that implement UnionMethodSet.Method Modifier and Type Class Description static classUnionMethodSet.ReflectionMethod<E>static classUnionMethodSet.SetMethod<E>A set of values will be obtained from the call to the method.static classUnionMethodSet.SingletonMethod<E>A single value will be obtained from the call to the method.Constructor parameters in com.aoapps.collections with type arguments of type UnionMethodSet.Method Constructor Description UnionMethodSet(Object target, Class<E> classE, Map<Class<? extends E>,? extends List<? extends UnionMethodSet.Method<? extends E>>> methodsByClass)
-