Toggle navigation
Home
java.util.function.Function to java.util.function.BiFunction
No. of Instances - 64
No. of Commits - 14
No. of Projects - {'AxonFramework', 'keycloak', 'neo4j', 'Chronicle-Map', 'presto', 'wildfly', 'speedment', 'jOOQ', 'vert.x'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Update argument list (Method invocation)
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
apply
to
apply
Wrap or Un-wrap
listen
to
listen
Add or Remove Method invocation
doRequest.apply(client).handler(onSuccess(resp -> { assertEquals(400,resp.statusCode()); assertEquals(HttpVersion.HTTP_1_1,resp.version()); testComplete(); } ))
to
doRequest.apply(client,onSuccess(resp -> { assertEquals(400,resp.statusCode()); assertEquals(HttpVersion.HTTP_1_1,resp.version()); testComplete(); } ))
function.apply(i)
to
function.apply(i,preprocessedEvents.get(i))
instantiator
to
constructor.apply((P)this,data)
map
to
map
builder.apply(getter.apply(e))
to
builder.apply(getter.apply(e,builder.manager))
streamer.apply(e).map(builder::apply).collect(joining(","))
to
streamer.apply(manager,e).map(builder::apply).collect(joining(","))
streamer.apply(e).map(encoder).collect(joining(","))
to
streamer.apply(manager,e).map(encoder).collect(joining(","))
representationFunction.apply(policy)
to
representationFunction.apply(policy,evaluation.getAuthorizationProvider())
this.requirementResolver.apply(value).ifPresent(requirementName -> context.registerAdditionalCapabilityRequirement(requirementName,dependentName,attributeName))
to
this.requirementResolver.apply(context,value).ifPresent(requirementName -> context.registerAdditionalCapabilityRequirement(requirementName,dependentName,attributeName))
this.requirementResolver.apply(value).ifPresent(requirementName -> context.deregisterCapabilityRequirement(requirementName,dependentName))
to
this.requirementResolver.apply(context,value).ifPresent(requirementName -> context.deregisterCapabilityRequirement(requirementName,dependentName))
securityFunction.apply(d)
to
securityFunction.apply(d,runAsIdentityMap::get)
securityFunction.apply(d)
to
securityFunction.apply(d,runAsIdentityMap::get)
when(factory.apply(ch))
to
when(factory.apply(ch,true))
when(factory.apply(ch))
to
when(factory.apply(ch,true))
when(factory.apply(ch))
to
when(factory.apply(ch,true))
when(factory.apply(ch))
to
when(factory.apply(ch,true))
when(factory.apply(ch))
to
when(factory.apply(ch,true))
when(factory.apply(ch))
to
when(factory.apply(ch,true))
Rename Variable
instantiator
to
constructor
Cascading Type Change (Similar)
Function
to
BiFunction
Function
to
BiFunction