Package org.assertj.core.extractor
Class ResultOfExtractor<F>
- java.lang.Object
-
- org.assertj.core.extractor.ResultOfExtractor<F>
-
- All Implemented Interfaces:
java.util.function.Function<F,java.lang.Object>
class ResultOfExtractor<F> extends java.lang.Object implements java.util.function.Function<F,java.lang.Object>
Extractor for extracting data by a method name.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
methodName
-
Constructor Summary
Constructors Constructor Description ResultOfExtractor(java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(F input)
Behavior is described inMethodSupport.methodResultFor(Object, String)
-
-
-
Method Detail
-
apply
public java.lang.Object apply(F input)
Behavior is described inMethodSupport.methodResultFor(Object, String)
- Specified by:
apply
in interfacejava.util.function.Function<F,java.lang.Object>
-
-