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