-
- All Known Implementing Classes:
UnionMethodSet.ReflectionMethod,UnionMethodSet.SetMethod,UnionMethodSet.SingletonMethod
- Enclosing class:
- UnionMethodSet<E>
public static interface UnionMethodSet.Method<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(Object target, Object element)Checks if the set returned by the method contains the non-null object element.Set<? extends E>getSet(Object target)Gets the set view of the method result ornullif set is not applicable.EgetSingleton(Object target)Gets the single value that represents the set ornullif cannot be represented as a single value.
-