You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
customizeProperty에서 TypedPropertySelector을 써야 하는데 TypedPropertySelector을 쓸 수가 없네요.
customizeProperty를 써서 필드값을 설정하는 건 권장되지 않는 방식인가요?
//// Source code recreated from a .class file by IntelliJ IDEA// (powered by FernFlower decompiler)//@API(
since = "0.4.0",
status = Status.MAINTAINED
)
publicinterfaceArbitraryBuilder<T> {
...
...
@API(
since = "1.0.9",
status = Status.MAINTAINED
)
<U> ArbitraryBuilder<T> customizeProperty(TypedPropertySelector<U> var1, Function<CombinableArbitrary<? extendsU>, CombinableArbitrary<? extendsU>> var2);
}
//// Source code recreated from a .class file by IntelliJ IDEA// (powered by FernFlower decompiler)//packagecom.navercorp.fixturemonkey.api.expression;
importcom.navercorp.fixturemonkey.api.property.PropertySelector;
importorg.apiguardian.api.API;
importorg.apiguardian.api.API.Status;
@API(
since = "1.0.9",
status = Status.EXPERIMENTAL
)
publicinterfaceTypedPropertySelector<T> extendsPropertySelector {
}
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
The text was updated successfully, but these errors were encountered:
Describe the bug
Describe your issue here.
Your environment
Steps to reproduce
customizeProperty에서 TypedPropertySelector을 써야 하는데 TypedPropertySelector을 쓸 수가 없네요.
customizeProperty를 써서 필드값을 설정하는 건 권장되지 않는 방식인가요?
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
The text was updated successfully, but these errors were encountered: