Package org.midheaven.lang.reflection
Class MethodMirrorQuery
java.lang.Object
org.midheaven.lang.reflection.MethodMirrorQuery
- All Implemented Interfaces:
MirrorQuery<Method>
Represents Method Mirror Query.
-
Method Summary
Modifier and TypeMethodDescriptionReturns named.Returns to Sequence.withModified(IntPredicate predicate) Performs withModified.withParametersCount(int count) Performs withParametersCount.withParameterTypes(Class<?>... types) Performs withParameterTypes.withReturnType(Class<?> type) Performs withReturnType.
-
Method Details
-
named
Returns named.- Parameters:
name- the name value- Returns:
- the result of named
-
withModified
Performs withModified.- Parameters:
predicate- the predicate value- Returns:
- the result of withModified
-
withParametersCount
Performs withParametersCount.- Parameters:
count- the count value- Returns:
- the result of withParametersCount
-
withParameterTypes
Performs withParameterTypes.- Parameters:
types- the types value- Returns:
- the result of withParameterTypes
-
withReturnType
Performs withReturnType.- Parameters:
type- the type value- Returns:
- the result of withReturnType
-
toSequence
Returns to Sequence.- Specified by:
toSequencein interfaceMirrorQuery<Method>- Returns:
- the result of toSequence
-