Skip to content
Snippets Groups Projects
Commit 20e68189 authored by Zbynek Slajchrt's avatar Zbynek Slajchrt
Browse files

the "overloads" warning suppression added

parent ae6fd623
No related branches found
No related tags found
No related merge requests found
......@@ -1625,6 +1625,7 @@ public final class CastBuilder {
return state().factory.newHeadPhaseBuilder(this);
}
@SuppressWarnings("overloads")
default <S, R> HeadPhaseBuilder<Object> mapIf(ArgumentFilter<? super T, S> argFilter, ArgumentMapper<S, R> trueBranchMapper) {
state().castBuilder().insert(state().index(), ConditionalMapNode.create(argFilter, MapNode.create(trueBranchMapper), null));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment