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