-
a.b.cloner.impl.BookCloner987.apply()
-
a.b.cloner.impl.BookCloner988.apply()
-
aima.core.logic.fol.inference.Demodulation.apply()
-
aima.core.logic.fol.inference.Paramodulation.apply()
-
ar.com.dgarcia.java_verbs.api.Verb.apply()
Invokes this verb as a function with the given arguments
@param args The arguments passed to this function as context
@param < T> The type of expected return
@return The return value
@throws ar.com.dgarcia.java_verbs.api.VerbException if wrong arguments used
-
ca.eandb.jmist.framework.tone.ToneMapper.apply()
Applies this ToneMapper
to the specified color.
@param hdr The CIEXYZ
color to apply the tone map to.
@return The tone mapped CIEXYZ
color.
-
cascading.flow.FlowStepStrategy.apply()
-
cern.colt.function.DoubleDoubleFunction.apply()
Applies a function to two arguments.
@param x the first argument passed to the function.
@param y the second argument passed to the function.
@return the result of the function.
-
cern.colt.function.DoubleFunction.apply()
Applies a function to an argument.
@param argument argument passed to the function.
@return the result of the function.
-
ceylon.language.meta.declaration.ValueDeclaration.apply()
-
ch.akuhn.graph.DijkstraAlgorithm2.apply()
-
ch.akuhn.matrix.DenseMatrix.apply()
-
ch.uzh.ifi.seal.changedistiller.treedifferencing.operation.InsertOperation.apply()
-
ch.uzh.ifi.seal.changedistiller.treedifferencing.operation.MoveOperation.apply()
-
ch.uzh.ifi.seal.changedistiller.treedifferencing.operation.UpdateOperation.apply()
-
cl.alejo.jcsim.csim.circuit.Circuit.apply()
Se deberia ejecutar cuando se hace doble click en una compuerta Esto busca si existe un icono en esa posicion y luego ejecuta apply
de ese icono.
@param x int Posicion x
@param y int Posicion y
-
cl.alejo.jcsim.csim.gates.IconGate.apply()
Insert the method's description here. Creation date: (16/04/01 18:33:56)
@param x int
@param y int
-
codechicken.lib.vec.Vector3.apply()
-
com.adito.policyframework.forms.AbstractResourceForm.apply()
Apply the collected form fields to the resource object
@throws Exception on any error
-
com.adito.properties.forms.PropertyProfileForm.apply()
-
com.adito.security.forms.IpRestrictionForm.apply()
Apply the remaining details to the restriction object (this just sets the type according to the type value and address collected by the form)
-
com.alibaba.fastjson.serializer.SimplePropertyPreFilter.apply()
-
com.ardor3d.math.Quaternion.apply()
Rotates the given vector by this quaternion. If supplied, the result is stored into the supplied "store" vector.
@param vec the vector to multiply this quaternion by.
@param store the vector to store the result in. If store is null, a new vector is created. Note that it IS safe for vec and store to be the same object.
@return the store vector, or a new vector if store is null.
@throws NullPointerException if vec is null if the given store is read only.
-
com.asakusafw.runtime.directio.hadoop.DirectIoTransactionEditor.apply()
Applies Direct I/O transaction for an execution.
@param executionId target execution ID
@return {@code true} if successfully applied, or {@code false} if nothing to do
@throws IOException if failed to apply by I/O error
@throws InterruptedException if interrupted
@throws IllegalArgumentException if some parameters were {@code null}
-
com.axemblr.provisionr.core.templates.PoolTemplate.apply()
-
com.clarkparsia.pellet.sparqldl.model.Query.apply()
Replace the variables in the query with the values specified in the binding and return a new query instance (without modifying this query).
@param binding
@return
-
com.clarkparsia.pellint.model.LintFixer.apply()
Replace the detected OWLAxioms with a new set of OWLAxioms, and apply the change to the given OWLOntology using the given OWLOntologyManager.
@param manager the owl ontology manager
@param ontology the ontology to fix
@return true
if:
1. All the OWLAxioms that are about to be removed, do exist in the given OWLOntology; and
2. All the changes were successfully applied.
Otherwise returns false
.
@throws org.semanticweb.owlapi.model.OWLOntologyChangeException if there is an error applying a fix
-
com.cloudera.cdk.data.FieldPartitioner.apply()
Apply the partition function to the given {@code value}.
The type of value must be compatible with the field partitioner implementation. Normally, this is validated at the time of initial configuration rather than at runtime.
-
com.dci.intellij.dbn.connection.ProjectConnectionBundle.apply()
-
com.dci.intellij.dbn.connection.config.ConnectionSettings.apply()
-
com.dragome.compiler.graph.transformation.Transformation.apply()
-
com.eagerlogic.cubee.client.style.styles.Border.apply()
-
com.eagerlogic.cubee.client.style.styles.Padding.apply()
-
com.espertech.esper.epl.datetime.eval.ExprDotNodeFilterAnalyzerDTIntervalDesc.apply()
-
com.espertech.esper.epl.datetime.eval.ExprDotNodeFilterAnalyzerDesc.apply()
-
com.foreach.cuke.rest.authentication.Authentication.apply()
-
com.foundationdb.sql.optimizer.rule.ASTStatementLoader.apply()
-
com.github.fge.jsonpatch.JsonPatch.apply()
-
com.github.jknack.handlebars.Template.apply()
-
com.github.mustachejava.reflect.Guard.apply()
-
com.github.mustachejava.reflect.guards.ClassGuard.apply()
-
com.google.appengine.datanucleus.Utils.Function.apply()
-
com.google.clearsilver.jsilver.syntax.node.PExpression.apply()
-
com.google.common.base.Function.apply()
Returns the result of applying this function to {@code input}. This method is
generally expected, but not absolutely required, to have the following properties:
- Its execution does not cause any observable side effects.
- The computation is consistent with equals; that is, {@link Objects#equal Objects.equal}{@code (a, b)} implies that {@code Objects.equal(function.apply(a),function.apply(b))}.
@throws NullPointerException if {@code input} is null and this function does not accept nullarguments
-
com.google.common.base.Predicate.apply()
Returns the result of applying this predicate to {@code input}. This method is
generally expected, but not absolutely required, to have the following properties:
- Its execution does not cause any observable side effects.
- The computation is consistent with equals; that is, {@link Objects#equal Objects.equal}{@code (a, b)} implies that {@code predicate.apply(a) ==predicate.apply(b))}.
@throws NullPointerException if {@code input} is null and this predicate does not accept nullarguments
-
com.google.gxp.compiler.base.SpaceOperator.apply()
-
com.google.template.soy.shared.restricted.SoyJavaRuntimePrintDirective.apply()
Applies this directive on the given value.
@param value The input to the directive. This may have not yet been coerced to a string.
@param args The directive's arguments, if any (usually none).
@return The resulting value.
-
com.google.walkaround.slob.shared.StateAndVersion.apply()
-
com.googlecode.javacv.cpp.opencv_video.BackgroundSubtractorMOG.apply()
-
com.hazelcast.core.IAtomicLong.apply()
Applies a function on the value, the actual stored value will not change.
@param function the function
@return the result of the function application
@throws IllegalArgumentException if function is null.
@since 3.2
-
com.hazelcast.core.IFunction.apply()
-
com.hp.hpl.jena.rdf.model.RDFList.apply()
Apply a function to each value in the list in turn.
@param fn The function to apply to each list node.
-
com.hp.hpl.jena.sparql.resultset.ResultSetApply.apply()
-
com.jayway.jsonpath.Filter.apply()
-
com.jayway.jsonpath.internal.PathToken.apply()
-
com.jme.scene.state.GLSLShaderObjectsState.apply()
-
com.mxgraph.view.mxEdgeStyle.mxEdgeStyleFunction.apply()
-
com.mxgraph.view.mxPerimeter.mxPerimeterFunction.apply()
-
com.onpositive.traps.CallStackHandler.apply()
-
com.opengamma.engine.marketdata.OverrideOperation.apply()
Apply the override operation on the original object.
@param requirement the value descriptor; so that information about the type of the value might be inferred
@param original the original market data value
@return the new market data value
-
com.projity.graphic.configuration.BarStyles.apply()
Applies a closure to all bars which should be displayed. The renderer is called back with the BarFormat to apply for bars which meet their display conditions.
@param ganttable - A task, resource, assignment... whatever can be displayed in gantt
@param action - Callback - The callback parametes are BarFormats
-
com.puppetlabs.xtext.dommodel.RegionMatch.apply()
Applies the region match to the text captured from the node when the match was made. The return {@link Triple} returns first = part inside region, second = part before region, third = part afterregion. All three elements are always set - non existant parts are represented by empty sequences.
@return a Triple with parts(before, inside, after)
-
com.python.pydev.analysis.CtxInsensitiveImportComplProposal.apply()
This is the apply that should actually be called!
-
com.rapleaf.jack.queries.where_operators.IWhereOperator.apply()
-
com.salesforce.phoenix.schema.ColumnModifier.apply()
-
com.sk89q.worldedit.math.transform.CombinedTransform.apply()
-
com.sk89q.worldedit.math.transform.Transform.apply()
Returns the result of applying the function to the input.
@param input the input
@return the result
-
com.sos.scheduler.engine.kernel.event.EventPredicate.apply()
-
com.sun.corba.se.impl.orb.ParserAction.apply()
Apply this action to props and return the result.
-
com.sun.facelets.Facelet.apply()
The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification.
@param facesContext The current FacesContext (Should be the same as FacesContext.getInstance())
@param parent The UIComponent to populate in a compositional fashion. In most cases a Facelet will be base a UIViewRoot.
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
-
com.sun.facelets.TemplateClient.apply()
This contract is much like the normal FaceletHandler.apply method, but it takes in an optional String name which tells this instance what fragment/definition it's looking for. If you are a match, apply your logic to the passed UIComponent and return true, otherwise do nothing and return false.
@param ctx the FaceletContext of your instance, not the templates'
@param parent current UIComponent instance to be applied
@param name the String name or null if the whole body should be included
@return true if this client matched/applied the definition for the passedname
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
-
com.sun.facelets.tag.TagHandler.apply()
-
com.sun.faces.facelets.Facelet.apply()
The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification.
@param facesContext The current FacesContext (Should be the same as FacesContext.getInstance())
@param parent The UIComponent to populate in a compositional fashion. In most cases a Facelet will be base a UIViewRoot.
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
-
com.sun.xml.xsom.XSContentType.apply()
-
com.sun.xml.xsom.XSType.apply()
-
com.tll.model.bk.BusinessKeyFactory.apply()
Updates the the given entity with the property values held in the given business keys.
@param < E> The entity type
@param entity The entity instance
@param bk The business key whose state is applied to the given entity.
@throws BusinessKeyPropertyException When a business key property is unableto be set.
-
com.twitter.common.logging.RootLogConfig.Configuration.apply()
-
com.twitter.util.Future.apply()
-
com.vividsolutions.jts.geom.Geometry.apply()
Performs an operation with or on this Geometry
's coordinates. If this method modifies any coordinate values, {@link #geometryChanged} must be called to update the geometry state. Note that you cannot use this method to modify this Geometry if its underlying CoordinateSequence's #get method returns a copy of the Coordinate, rather than the actual Coordinate stored (if it even stores Coordinate objects at all).
@param filter the filter to apply to this Geometry
'scoordinates
-
com.vividsolutions.jts.geom.MultiPolygon.apply()
-
com.vividsolutions.jts.geom.Polygon.apply()
-
com.volantis.mcs.protocols.css.emulator.renderer.StyleEmulationPropertyRenderer.apply()
Apply the stylistic markup required to emulate the value provided for this property.
@param element the element to render into.
@param value the value of the property to render.
-
crazypants.render.VertexRotation.apply()
-
de.fu_berlin.inf.dpp.whiteboard.sxe.records.ElementRecord.apply()
Inserts this record to the SXE tree and DocumentRecord.
-
de.fu_berlin.inf.dpp.whiteboard.sxe.records.SetRecord.apply()
-
de.hpi.eworld.gui.util.Pen.apply()
Applies the
Pen
to the {@link Graphics2D}, which is equivalent to:
Graphics2D painter; painter.setStroke(LineStroke); painter.setColor(LineColor);
@param painter
-
de.innovationgate.eclipse.utils.ui.DefaultedText.apply()
-
de.jungblut.math.DoubleVector.apply()
-
de.lessvoid.nifty.loaderv2.types.apply.ApplyRenderer.apply()
-
de.lmu.ifi.dbs.elki.math.linearalgebra.AffineTransformation.apply()
Apply the transformation onto a vector
@param v vector of dimensionality dim
@return transformed vector of dimensionality dim
-
de.matrixweb.smaller.resource.ResourceGroup.apply()
@see de.matrixweb.smaller.resource.Resource#apply(de.matrixweb.vfs.VFS,de.matrixweb.smaller.resource.Processor,java.util.Map)
-
edu.brown.designer.partitioners.plan.PartitionPlan.apply()
Apply the partitioning plan to the given catalog
@param catalog_db
-
edu.brown.statistics.WorkloadStatistics.apply()
Stored the given TableStatistics in this object. No questions asked!
@param table_stats
-
edu.stanford.nlp.international.arabic.Buckwalter.apply()
-
edu.stanford.nlp.parser.lexparser.LexicalizedParser.apply()
-
edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser.apply()
-
edu.stanford.nlp.trees.DiskTreebank.apply()
Applies the TreeVisitor to to all trees in the Treebank.
@param tp A class that can process trees.
-
edu.stanford.nlp.trees.Treebank.apply()
Apply a TreeVisitor to each tree in the Treebank. For all current implementations of Treebank, this is the fastest way to traverse all the trees in the Treebank.
@param tp The TreeVisitor to be applied
-
frege.runtime.Lambda.apply()
-
graphplan.domain.jason.OperatorImpl.apply()
-
graphplan.domain.jason.PropositionImpl.apply()
-
greed.conf.parser.IParser.apply()
-
hu.sztaki.ilab.longneck.process.block.Block.apply()
Applies the transformation to the specified record. This method is a mutator.
@param record The record that is transformed.
-
hu.sztaki.ilab.longneck.process.block.CollapseWhitespace.apply()
-
hu.sztaki.ilab.longneck.process.block.Copy.apply()
-
hu.sztaki.ilab.longneck.process.block.Cut.apply()
-
hu.sztaki.ilab.longneck.process.block.SetCharacterCase.apply()
-
io.druid.query.extraction.DimExtractionFn.apply()
-
io.druid.query.extraction.JavascriptDimExtractionFn.apply()
-
io.druid.query.extraction.PartialDimExtractionFn.apply()
-
io.druid.query.extraction.RegexDimExtractionFn.apply()
-
io.druid.query.extraction.SearchQuerySpecDimExtractionFn.apply()
-
io.druid.query.extraction.TimeDimExtractionFn.apply()
-
io.fabric8.kubernetes.api.Controller.apply()
Applies the given DTOs onto the Kubernetes master
-
io.fabric8.patch.impl.Offline.apply()
-
it.eng.qbe.statement.jpa.JPQLStatementConditionalOperators.IConditionalOperator.apply()
-
it.eng.spagobi.tools.dataset.common.query.IAggregationFunction.apply()
-
jaque.expressions.Expression.apply()
-
jason.asSyntax.Literal.apply()
-
jason.asSyntax.LiteralImpl.apply()
-
jason.asSyntax.Structure.apply()
-
java.util.function.BiFunction.apply()
Applies this function to the given arguments.
@param t the first function argument
@param u the second function argument
@return the function result
-
javaff.planning.TemporalMetricState.apply()
-
javax.faces.view.facelets.Facelet.apply()
The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification.
@param facesContext The current FacesContext (Should be the same as FacesContext.getInstance())
@param parent The UIComponent to populate in a compositional fashion. In most cases a Facelet will be base a UIViewRoot.
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
-
javax.faces.view.facelets.FaceletHandler.apply()
Process changes on a particular UIComponent
@param ctx the current FaceletContext instance for this execution
@param parent the parent UIComponent to operate upon
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
-
javax.management.ObjectName.apply()
-
javax.management.QueryExp.apply()
Apply this query expression to an MBean.
@param name the object name of the mbean
@return true or false as the result of the query expression.
@exception BadStringOperationException when an invalid string operationis used during query construction
@exception BadBinaryOpValueExpException when an invalid binary operationis used during query construction
@exception BadAttributeValueExpException when an invalid MBean attributeis used during query construction
@exception InvalidApplicationException when trying to apply a subqueryexpression to an MBean or an attribute expression to an MBean of the wrong class.
-
javax.management.ValueExp.apply()
Apply this value expression to an MBean.
@param name the object name of the mbean
@return this value expression
@exception BadStringOperationException when an invalid string operationis used during query construction
@exception BadBinaryOpValueExpException when an invalid binary operationis used during query construction
@exception BadAttributeValueExpException when an invalid MBean attributeis used during query construction
@exception InvalidApplicationException when trying to apply a subqueryexpression to an MBean or an attribute expression to an MBean of the wrong class.
-
jfxtras.labs.util.ConicalGradient.apply()
-
js.lang.NativeFunction.apply()
Calls a function with a given this value and arguments provided as an array (or an array like object).
@param context The value of this provided for the call to fun. Note that this may not be theactual value seen by the method: if the method is a function in non-strict mode code, null and undefined will be replaced with the global object, and primitive values will be boxed.
@param parameters An array like object, specifying the arguments with which fun should becalled, or null or undefined if no arguments should be provided to the function.
@return A invocation result of this function.
-
jsky.util.IApplyCancel.apply()
-
kodkod.ast.Expression.apply()
Returns the expression that results from applying the given unary operator to this.
@requires op.unary()
@return {e: Expression | e.expression = this && e.op = this }
@throws IllegalArgumentException - this.arity != 2
-
kodkod.ast.IntExpression.apply()
Returns an expression that represents the application of the given unary operator to this integer expression.
@requires op.unary()
@return {e: IntExpression | e.op = op and e.intExpr = this }
-
lcmc.crm.ui.resource.DrbddiskInfo.apply()
-
lcmc.crm.ui.resource.LinbitDrbdInfo.apply()
-
lcmc.drbd.ui.resource.BlockDevInfo.apply()
Apply all fields.
-
lcmc.drbd.ui.resource.ResourceInfo.apply()
Applies changes that user made to the drbd resource fields.
-
lcmc.drbd.ui.resource.VolumeInfo.apply()
Applies changes that user made to the drbd volume fields.
-
lcmc.vm.ui.resource.DomainInfo.apply()
-
lombok.val.apply()
-
mage.ConditionalMana.apply()
-
mage.abilities.effects.Effect.apply()
-
mage.abilities.effects.common.CreateDelayedTriggeredAbilityEffect.apply()
-
mage.abilities.effects.common.CreateTokenEffect.apply()
-
mage.abilities.effects.common.CreateTokenTargetEffect.apply()
-
mage.abilities.effects.common.DamageTargetEffect.apply()
-
mage.abilities.effects.common.ExileSourceEffect.apply()
-
mage.abilities.effects.common.ExileTargetEffect.apply()
-
mage.abilities.effects.common.PutLibraryIntoGraveTargetEffect.apply()
-
mage.abilities.effects.common.PutTokenOntoBattlefieldCopyTargetEffect.apply()
-
mage.abilities.effects.common.PutTopCardOfLibraryIntoGraveTargetEffect.apply()
-
mage.abilities.effects.common.ReturnFromGraveyardToBattlefieldTargetEffect.apply()
-
mage.abilities.effects.common.TransformSourceEffect.apply()
-
mage.abilities.effects.common.counter.AddCountersTargetEffect.apply()
-
mage.abilities.effects.common.discard.DiscardTargetEffect.apply()
-
me.taylorkelly.bigbrother.fixes.Fix.apply()
-
me.taylorkelly.bigbrother.fixes.Fix1.apply()
-
me.taylorkelly.bigbrother.fixes.Fix2.apply()
-
me.taylorkelly.bigbrother.fixes.Fix3.apply()
-
me.taylorkelly.bigbrother.fixes.Fix4.apply()
-
me.taylorkelly.bigbrother.fixes.Fix5.apply()
-
mikera.vectorz.Op.apply()
-
net.algart.math.functions.LinearOperator.apply()
-
net.fortytwo.ripple.model.StackMapping.apply()
-
net.fortytwo.ripple.query.LazyStackEvaluator.apply()
-
net.fortytwo.ripple.query.StackEvaluator.apply()
-
net.imglib2.transform.integer.SequentializeTransform.apply()
-
net.jxta.membership.MembershipService.apply()
-
net.sf.cb2xml.sablecc.node.Start.apply()
-
net.sf.json.util.PropertyFilter.apply()
-
net.sf.lapg.templates.api.ITemplate.apply()
Evaluates template in context and environment.
@return result of invocation
-
net.sf.minuteProject.configuration.bean.limitation.Limitation.apply()
-
net.sf.minuteProject.configuration.bean.limitation.LimitationExcludeEntityWithoutPk.apply()
-
net.sourceforge.align.filter.Filter.apply()
Performs any transformation on alignment list.
@param alignmentList input alignment list
@return output alignment list
-
net.sourceforge.align.filter.aligner.Aligner.apply()
For each alignment on input list aligns source segments with target segments, and appends the obtained alignment list to the result.
@throws AlignmentImpossibleException when it is not possible to align texts
-
net.sourceforge.align.filter.aligner.UnifyAligner.apply()
Creates alignment list in which numbers of source and target segments in subsequent alignments are the same as in reference alignments (but the segment contents come from input alignment list). Also copies scores from reference alignment list to output alignment list.
@param alignmentList input alignment list
@return alignment list unified with reference alignment
@throws AlignmentImpossibleException when numbers of source or targetsegments in input alignment list are different than on reference alignment list
-
net.sourceforge.align.filter.meta.CompositeFilter.apply()
Applies the composite filter by executing all the configured filters is sequence, where output of previous filter is input of the next filter.
@param alignmentList input alignment list
@return transformed alignment list
-
net.sourceforge.align.filter.modifier.Modifier.apply()
Iterates over input alignment list and applies source algorithm to source segments and target algorithm to target segments to each alignment.
@param alignmentList input alignment list
@return list containing alignments with modified segments
-
net.sourceforge.gpstools.ovl.OVLSymbol.apply()
-
net.sourceforge.processdash.data.compiler.node.PValue.apply()
-
net.sourceforge.processdash.data.compiler.node.Start.apply()
-
net.sourceforge.squirrel_sql.fw.datasetviewer.TableState.apply()
-
nexj.core.meta.persistence.SchemaUpgrade.apply()
-
nexj.core.meta.upgrade.VersionUpgrade.apply()
Applies the upgrade to the state.
@param state The upgrade state.
-
no.uib.cipr.matrix.sparse.ICC.apply()
-
no.uib.cipr.matrix.sparse.ILU.apply()
-
org.andromda.translation.ocl.node.Node.apply()
-
org.andromda.translation.ocl.node.Start.apply()
-
org.apache.bsf.BSFManager.apply()
Apply the given anonymous function of the given language to the given parameters and return the resulting value.
@param lang language identifier
@param source (context info) the source of this expression(e.g., filename)
@param lineNo (context info) the line number in source for expr
@param columnNo (context info) the column number in source for expr
@param funcBody the multi-line, value returning script to evaluate
@param paramNames the names of the parameters above assumes
@param arguments values of the above parameters
@exception BSFException if anything goes wrong while running the script
-
org.apache.camel.component.hbase.model.HBaseRow.apply()
-
org.apache.cassandra.config.CFMetaData.apply()
-
org.apache.cassandra.db.Mutation.apply()
-
org.apache.cassandra.db.RowMutation.apply()
-
org.apache.cassandra.db.migration.AddColumnFamily.apply()
-
org.apache.cassandra.db.migration.AddKeyspace.apply()
-
org.apache.cassandra.db.migration.DropColumnFamily.apply()
-
org.apache.cassandra.db.migration.Migration.apply()
apply changes
-
org.apache.cassandra.db.migration.RenameColumnFamily.apply()
-
org.apache.cassandra.db.migration.UpdateColumnFamily.apply()
-
org.apache.cayenne.graph.GraphDiff.apply()
Calls appropriate methods on the handler to "replay" this change.
-
org.apache.ddlutils.alteration.ColumnChange.apply()
-
org.apache.ddlutils.alteration.TableChange.apply()
-
org.apache.derby.iapi.services.property.PropertySetCallback.apply()
Apply a property change. Will only be called after validate has been called and only if validate returned true. If this method is called then the new value is the value to be used, ie. the property is not set in the overriding JVM system set.
@param key Property key for the property being set
@param value proposed new value for the property being set or null ifthe property is being dropped.
@param p Property set before the change. SettingProperty may read butmust never change p.
@return post commit work for the property change.
@exception StandardException Oh well.
-
org.apache.directory.api.ldap.model.entry.Attribute.apply()
Set the attribute type associated with this EntryAttribute.
The current attributeType will be replaced. It is the responsibility of the caller to insure that the existing values are compatible with the new AttributeType
@param attributeType the attributeType associated with this entry attribute
@throws LdapInvalidAttributeValueException if the contained values are not valid accordinglyto the added AttributeType
-
org.apache.directory.api.ldap.model.entry.BinaryValue.apply()
-
org.apache.directory.api.ldap.model.entry.DefaultAttribute.apply()
{@inheritDoc}
-
org.apache.directory.api.ldap.model.entry.DefaultModification.apply()
{@inheritDoc}
-
org.apache.directory.api.ldap.model.entry.Modification.apply()
Apply the AttributeType to the Modification
@param AttributeType the injected AttributeType
-
org.apache.directory.api.ldap.model.entry.StringValue.apply()
-
org.apache.directory.api.ldap.model.name.Dn.apply()
Normalizes the Dn using the given the schema manager. If the flag is set to true, we will replace the inner SchemaManager by the provided one.
@param schemaManager The schemaManagerto use to normalize the Dn
@param force Tells if we should replace an existing SchemaManager by a new one
@return The normalized Dn
@throws LdapInvalidDnException If the Dn is invalid.
-
org.apache.directory.api.ldap.model.name.Rdn.apply()
Transform a Rdn by changing the value to its OID counterpart and normalizing the value accordingly to its type.
@param schemaManager the SchemaManager
@return this Rdn, normalized
@throws LdapInvalidDnException if the Rdn is invalid
-
org.apache.directory.shared.ldap.model.entry.Attribute.apply()
Set the attribute type associated with this EntryAttribute.
The current attributeType will be replaced. It is the responsibility of the caller to insure that the existing values are compatible with the new AttributeType
@param attributeType the attributeType associated with this entry attribute
@throws LdapInvalidAttributeValueException if the contained values are not valid accordinglyto the added AttributeType
-
org.apache.directory.shared.ldap.model.entry.DefaultAttribute.apply()
{@inheritDoc}
-
org.apache.directory.shared.ldap.model.entry.DefaultModification.apply()
{@inheritDoc}
-
org.apache.directory.shared.ldap.model.entry.Modification.apply()
Apply the AttributeType to the Modification
@param AttributeType the injected AttributeType
-
org.apache.directory.shared.ldap.model.name.Dn.apply()
Normalizes the Dn using the given the schema manager
@param schemaManager The schemaManagerto use to normalize the Dn
@return The normalized Dn
@throws LdapInvalidDnException If the Dn is invalid.
-
org.apache.felix.sigil.common.runtime.Client.apply()
-
org.apache.hadoop.fs.shell.find.And.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Atime.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Blocksize.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Depth.apply()
-
org.apache.hadoop.fs.shell.find.Empty.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Exec.apply()
-
org.apache.hadoop.fs.shell.find.Expression.apply()
Apply the expression to the specified item, called once for each item.
@param item
@return {@link Result} of applying the expression to the item
-
org.apache.hadoop.fs.shell.find.Mtime.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Not.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Or.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Perm.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Print.apply()
-
org.apache.hadoop.fs.shell.find.Prune.apply()
-
org.apache.hadoop.fs.shell.find.Replicas.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Size.apply()
{@inheritDoc}
-
org.apache.hadoop.fs.shell.find.Type.apply()
{@inheritDoc}
-
org.apache.jackrabbit.oak.plugins.index.IndexHook.apply()
Applies the changes to the index content
-
org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate.apply()
-
org.apache.jetspeed.profiler.rules.ProfilingRule.apply()
Applying the profiling rule generates a generic profile locator. With this locator we can then locate a profiling resource.
@param context
@param service
@return
-
org.apache.lucene.index.DocumentsWriterDeleteQueue.DeleteSlice.apply()
-
org.apache.mahout.ep.Mapping.apply()
-
org.apache.mahout.math.function.DoubleDoubleFunction.apply()
Apply the function to the arguments and return the result
@param arg1 a double for the first argument
@param arg2 a double for the second argument
@return the result of applying the function
-
org.apache.mahout.math.function.DoubleFunction.apply()
Apply the function to the argument and return the result
@param x double for the argument
@return the result of applying the function
-
org.apache.myfaces.view.facelets.TemplateClient.apply()
This contract is much like the normal FaceletHandler.apply method, but it takes in an optional String name which tells this instance what fragment/definition it's looking for. If you are a match, apply your logic to the passed UIComponent and return true, otherwise do nothing and return false.
@param ctx the FaceletContext of your instance, not the templates'
@param parent current UIComponent instance to be applied
@param name the String name or null if the whole body should be included
@return true if this client matched/applied the definition for the passed name
@throws IOException
@throws FacesException
@throws FaceletException
@throws ELException
-
org.apache.myfaces.view.facelets.TemplateManager.apply()
-
org.apache.openejb.util.StringTemplate.apply()
-
org.apache.phoenix.pig.util.QuerySchemaParserFunction.apply()
-
org.apache.phoenix.pig.util.TableSchemaParserFunction.apply()
-
org.apache.phoenix.schema.ColumnModifier.apply()
-
org.apache.poi.ss.format.CellFormat.apply()
Returns the result of applying the format to the given value. If the value is a number (a type of {@link Number} object), the correct numberformat type is chosen; otherwise it is considered a text object.
@param value The value
@return The result, in a {@link CellFormatResult}.
-
org.apache.provisionr.core.templates.PoolTemplate.apply()
-
org.apache.shindig.social.core.util.NullPropertyFilter.apply()
Filter the output of a property, if it should be emitted return false.
@param source The object containing the value
@param name the name of the key in the output structure
@param value the value of the object
@return true if the property should be filtered, false if not.
-
org.apache.torque.generator.configuration.controller.Loglevel.apply()
-
org.apache.uima.ruta.RutaBlock.apply()
-
org.brixcms.web.model.ModelBuffer.apply()
-
org.bukkit.potion.Potion.apply()
Applies the effects of this potion to the given {@link ItemStack}. The ItemStack must be a potion.
@param to The itemstack to apply to
-
org.bukkit.potion.PotionEffect.apply()
Attempts to add the effect represented by this object to the given {@link LivingEntity}.
@see LivingEntity#addPotionEffect(PotionEffect)
@param entity The entity to add this effect to
@return Whether the effect could be added
-
org.codehaus.swizzle.stream.StringTemplate.apply()
-
org.cytoscape.view.vizmap.VisualStyle.apply()
-
org.damour.base.client.ui.admin.EditGroupPanel.apply()
-
org.damour.base.client.ui.repository.properties.PropertiesPanel.apply()
-
org.destecs.script.ast.expressions.PExp.apply()
-
org.eclipse.e4.xwt.IStyle.apply()
-
org.eclipse.e4.xwt.core.Style.apply()
-
org.eclipse.emf.ecore.change.ChangeDescription.apply()
-
org.eclipse.emf.ecore.change.FeatureChange.apply()
-
org.eclipse.emf.ecore.sdo.EChangeSummary.apply()
-
org.eclipse.jface.text.contentassist.CompletionProposal.apply()
-
org.eclipse.jface.text.contentassist.ICompletionProposal.apply()
Inserts the proposed completion into the given document.
@param document the document into which to insert the proposed completion
-
org.eclipse.jface.text.contentassist.ICompletionProposalExtension.apply()
Applies the proposed completion to the given document. The insertion has been triggered by entering the given character at the given offset. This method assumes that {@link #isValidFor(IDocument,int)} returnstrue
if called for offset
.
@param document the document into which to insert the proposed completion
@param trigger the trigger to apply the completion
@param offset the offset at which the trigger has been activated
-
org.eclipse.jface.text.contentassist.ICompletionProposalExtension2.apply()
Applies the proposed completion to the given document. The insertion has been triggered by entering the given character with a modifier at the given offset. This method assumes that {@link #validate(IDocument,int,DocumentEvent)}returns true
if called for offset
.
@param viewer the text viewer into which to insert the proposed completion
@param trigger the trigger to apply the completion
@param stateMask the state mask of the modifiers
@param offset the offset at which the trigger has been activated
-
org.eclipse.jface.text.templates.TemplateProposal.apply()
-
org.eclipse.jgit.api.Git.apply()
org/pub/software/scm/git/docs/git-apply.html"
>Git documentation about apply
@return a {@link ApplyCommand} used to collect all optional parametersand to finally execute the {@code apply} command
@since 2.0
-
org.eclipse.orion.server.cf.manifest.v2.utils.ManifestTransformator.apply()
-
org.eclipse.orion.server.cf.manifest.v2.utils.SymbolResolver.apply()
-
org.eclipse.pde.core.project.IBundleProjectDescription.apply()
-
org.eclipse.text.edits.DeleteEdit.apply()
-
org.eclipse.text.edits.InsertEdit.apply()
-
org.eclipse.text.edits.MultiTextEdit.apply()
-
org.eclipse.text.edits.TextEdit.apply()
Applies the edit tree rooted by this edit to the given document. To check if the edit tree can be applied to the document either catch MalformedTreeException
or use TextEditProcessor
to execute an edit tree.
@param document the document to be manipulated
@param style flags controlling the execution of the edit tree. Validflags are: CREATE_UNDO
and UPDATE_REGIONS.
@return a undo edit, if CREATE_UNDO
is specified. Otherwisenull
is returned.
@exception MalformedTreeException is thrown if the tree isn'tin a valid state. This exception is thrown before any edit is executed. So the document is still in its original state.
@exception BadLocationException is thrown if one of the editsin the tree can't be executed. The state of the document is undefined if this exception is thrown.
@see TextEditProcessor#performEdits()
-
org.eclipse.text.edits.UndoEdit.apply()
-
org.eclipse.uml2.Property.apply()
-
org.eclipse.wb.internal.core.model.clipboard.JavaInfoMemento.apply()
-
org.eclipse.wb.internal.core.xml.model.clipboard.XmlObjectMemento.apply()
-
org.eclipse.wst.css.core.internal.util.CSSClassTraverser.apply()
-
org.eclipse.wst.css.core.internal.util.ImportRuleCollector.apply()
-
org.eclipse.wst.css.core.internal.util.ImportedCollector.apply()
-
org.eclipse.wst.html.core.internal.htmlcss.CSSQueryTraverser.apply()
-
org.eclipse.wst.sse.ui.internal.comment.CommentingStrategy.apply()
Applies this strategy to the given model starting at the given offset for the given length
@param document {@link IStructuredDocument} to apply this strategy too
@param offset the offset to start this comment at
@param length the length of the region to apply this comment too
@throws BadLocationException it is not the fault of the strategy if callers passes a bad
offset
and/or
length
for the given
model
-
org.eclipse.xtext.xbase.lib.Procedures.Procedure0.apply()
-
org.eigenbase.relopt.RelOptUtil.InputReferencedVisitor.apply()
-
org.fenixedu.academic.domain.mobility.outbound.OutboundMobilityCandidacyContest.apply()
-
org.fife.ui.rsyntaxtextarea.Theme.apply()
Applies this theme to a text area.
@param textArea The text area to apply this theme to.
-
org.fusesource.ide.commons.util.Function1.apply()
-
org.geomajas.gwt.client.map.cache.tile.VectorTile.apply()
Execute a TileFunction on this tile. If the tile is not yet loaded, attach it to the isLoaded event.
@param filter filter which needs to be applied when fetching
@param callback callback to call
-
org.geowebcache.filter.parameters.ParameterFilter.apply()
-
org.geowebcache.filter.request.RequestFilter.apply()
Apply the filter to the
@param convTile
@throws RequestFilterException
-
org.gephi.layout.plugin.forceAtlas2.ForceFactory.AttractionForce.apply()
-
org.geppetto.core.model.runtime.AspectSubTreeNode.apply()
-
org.geppetto.core.model.runtime.RuntimeTreeRoot.apply()
-
org.glassfish.jersey.server.ApplicationHandler.apply()
Invokes a request and returns the {@link Future response future}.
@param requestContext request data.
@return response future.
-
org.glassfish.jersey.server.internal.process.Endpoint.apply()
-
org.gradle.api.Project.apply()
Configures this project using plugins or scripts. The given closure is used to configure an {@link org.gradle.api.plugins.ObjectConfigurationAction} which is then used to configure this project.
@param closure The closure to configure the {@code ObjectConfigurationAction}.
-
org.gradle.configuration.ScriptPlugin.apply()
-
org.grouplens.lenskit.transform.normalize.VectorTransformation.apply()
Apply the vector transformation in-place to a vector.
@param vector The vector to transform.
@return {@var vector} (for chaining).
-
org.hornetq.core.filter.impl.Operator.apply()
-
org.infinispan.schematic.document.Editor.apply()
After making changes to another document, apply the same changes to this document. This allows a set of changes to be made, serialized, and applied to a different document (that often represents a different instance of the same document).
@param changes the changes that are to be applied to this document; may not be null
@see #apply(Changes,Observer)
-
org.jbehave.core.story.codegen.sablecc.node.Start.apply()
-
org.jboss.dashboard.domain.DomainConfiguration.apply()
Update the domain instance with the current configuration.
-
org.jboss.dashboard.domain.RangeConfiguration.apply()
-
org.jboss.errai.otec.client.mutation.Mutation.apply()
-
org.jboss.errai.otec.client.operation.OTOperation.apply()
-
org.jboss.errai.reflections.util.SimplePackageFilter.apply()
-
org.jboss.jms.selector.Operator.apply()
-
org.jboss.jms.server.selector.Operator.apply()
-
org.jboss.soa.esb.util.FreeMarkerTemplate.apply()
-
org.jclouds.abiquo.functions.AppendApiVersionToAbiquoMimeType.apply()
-
org.jclouds.aws.ec2.functions.ImportOrReturnExistingKeypair.apply()
-
org.jclouds.blobstore.functions.BlobToHttpGetOptions.apply()
-
org.jclouds.chef.servlet.functions.InitParamsToProperties.apply()
-
org.jclouds.cloudstack.functions.WindowsLoginCredentialsFromEncryptedData.apply()
-
org.jclouds.cloudstack.strategy.BlockUntilJobCompletesAndReturnResult.apply()
@param job
@return result of the job's execution
@throws ExecutionException if the job contained an error
-
org.jclouds.compute.callables.BlockUntilInitScriptStatusIsZeroThenReturnOutput.ExitStatusOfCommandGreaterThanZero.apply()
-
org.jclouds.compute.config.PersistNodeCredentialsModule.RefreshCredentialsForNode.apply()
-
org.jclouds.compute.config.PersistNodeCredentialsModule.RefreshCredentialsForNodeIfRanAdminAccess.apply()
-
org.jclouds.config.ValueOfConfigurationKeyOrNull.apply()
-
org.jclouds.digitalocean.compute.config.DigitalOceanComputeServiceContextModule.EventDonePredicate.apply()
-
org.jclouds.ec2.compute.functions.EC2ImageParser.apply()
-
org.jclouds.ec2.compute.functions.EC2SecurityGroupIdFromName.apply()
-
org.jclouds.ec2.compute.functions.WindowsLoginCredentialsFromEncryptedData.apply()
-
org.jclouds.joyent.cloudapi.v6_5.compute.functions.DatasetInDatacenterToImage.apply()
-
org.jclouds.joyent.cloudapi.v6_5.compute.functions.MachineInDatacenterToNodeMetadata.apply()
-
org.jclouds.logging.config.BindLoggersAnnotatedWithResource.LoggerFieldsAnnotatedWithResource.apply()
-
org.jclouds.openstack.nova.v2_0.compute.functions.CreateSecurityGroupIfNeeded.apply()
-
org.jclouds.openstack.nova.v2_0.predicates.FindSecurityGroupWithNameAndReturnTrue.apply()
-
org.jclouds.openstack.swift.functions.ParseObjectInfoListFromJsonResponse.apply()
-
org.jclouds.predicates.SocketOpen.apply()
-
org.jclouds.s3.blobstore.functions.BlobToObject.apply()
-
org.jclouds.sqs.xml.RegexMessageIdAndMD5Handler.apply()
-
org.jclouds.sqs.xml.RegexQueueHandler.apply()
-
org.jclouds.virtualbox.predicates.RetryIfSocketNotYetOpen.apply()
-
org.jenetics.util.Function.apply()
Apply the body of this function to the argument.
@param value the function argument.
@return the result of function application.
-
org.jinq.jooq.transform.SelectTransform.apply()
-
org.jinq.jooq.transform.WhereTransform.apply()
-
org.jitterbit.integration.client.ui.interchange.location.panel.DataLocationPanel.apply()
-
org.jitterbit.integration.data.entity.operation.pipeline.TransformationToOperationPipelineFunction.apply()
-
org.jitterbit.integration.data.functors.EntityFilter.apply()
Tests whether or not the specified entity will pass this filter.
@param entity the IntegrationEntity
to be tested.
@return true
if and only if entity
passes this filter.
-
org.jitterbit.integration.data.project.ProjectPathFilter.apply()
-
org.jitterbit.ui.graph.model.NodeExpansionState.apply()
-
org.jitterbit.ui.widget.tree.KongaTreeFilter.apply()
Checks if a given node should be visible.
@param node the node to test
@return true
if node
should be visible, false
ifit should be hidden
-
org.jitterbit.util.version.VersionDecorator.apply()
-
org.joshy.gfx.draw.ImageBuffer.apply()
-
org.jrdf.sparql.parser.node.PMoreNumericExpression.apply()
-
org.jrdf.sparql.parser.node.PPrimaryExpression.apply()
-
org.junit.experimental.categories.Categories.CategoryFilter.apply()
-
org.junit.rules.MethodRule.apply()
Modifies the method-running {@link Statement} to implement an additionaltest-running rule.
@param base The {@link Statement} to be modified
@param method The method to be run
@param target The object on which the method will be run.
@return a new statement, which may be the same as {@code base}, a wrapper around {@code base}, or a completely new Statement.
-
org.junit.rules.TestRule.apply()
Modifies the method-running {@link Statement} to implement thistest-running rule.
@param base The {@link Statement} to be modified
@param description A {@link Description} of the test implemented in {@code base}
@return a new statement, which may be the same as {@code base}, a wrapper around {@code base}, or a completely new Statement.
-
org.junit.runner.manipulation.Filter.apply()
Invoke with a {@link org.junit.runner.Runner} to cause all tests it intends to runto first be checked with the filter. Only those that pass the filter will be run.
@param child the runner to be filtered by the receiver
@throws NoTestsRemainException if the receiver removes all tests
-
org.kiji.schema.layout.AvroSchemaResolver.apply()
Resolves an Avro schema descriptor into a Schema object.
@param avroSchema Avro schema descriptor to resolve.
@return the resolved Schema object.
-
org.kiji.schema.layout.SchemaTableAvroResolver.apply()
{@inheritDoc}
-
org.kitesdk.data.spi.FieldPartitioner.apply()
Apply the partition function to the given {@code value}.
The type of value must be compatible with the field partitioner implementation. Normally, this is validated at the time of initial configuration rather than at runtime.
-
org.kitesdk.data.spi.partition.HashFieldPartitioner.apply()
-
org.libreplan.business.orders.entities.TaskSource.TaskGroupSynchronization.apply()
-
org.libreplan.business.orders.entities.TaskSource.TaskSourceSynchronization.apply()
-
org.lightadmin.api.config.utils.EntityNameExtractor.apply()
-
org.locationtech.udig.style.internal.StyleLayer.apply()
Apply our blackboard to the original layer.
Will check to ensure they are indeed different before.
-
org.milyn.util.FreeMarkerTemplate.apply()
-
org.mobicents.mscontrol.MsSignalGenerator.apply()
-
org.modeshape.jcr.query.plan.PlanNode.apply()
Walk the plan tree starting in the specified traversal order, and apply the supplied operation to every plan node with a type that matches the given type.
@param order the order in which the subtree should be traversed; may not be null
@param operation the operation that should be applied; may not be null
@param type the type of node to which the operation should be applied; may not be null
-
org.mortbay.jetty.handler.rewrite.CookiePatternRule.apply()
-
org.olat.core.util.bulk.BulkActionModule.apply()
-
org.openquark.cal.compiler.Refactorer.apply()
Apply the refactoring. calculateModifications must be called before this method. An IllegalStateException will be signalled if this method is called before calculateModifications.
@param messageLogger CompilerMessageLogger to log failures to. Cannot be null.
-
org.openquark.cal.internal.machine.g.Node.apply()
Apply this node to the given argument.
@param n
@return the application of this node to the argument.
-
org.openquark.cal.internal.runtime.lecc.RTValue.apply()
Apply this RTValue to an argument (value)
@param argument the RTValue this is applied to
@return RTValue the applied value
-
org.parse4j.operation.IncrementFieldOperation.apply()
-
org.pdfclown.documents.interaction.forms.styles.DefaultStyle.apply()
-
org.pokenet.server.battle.mechanics.statuses.StatusEffect.apply()
The point of this method is to catch errors.
-
org.pokenet.server.battle.mechanics.statuses.field.FieldEffect.apply()
-
org.pokenet.server.battle.mechanics.statuses.items.HoldItem.apply()
-
org.reflections.util.FilterBuilder.apply()
-
org.rstudio.studio.client.workbench.views.source.editors.text.DocDisplay.AnchoredSelection.apply()
-
org.skife.jdbi.v2.tweak.Argument.apply()
Callback method invoked right before statement execution.
@param position the position to which the argument should be bound, using thestupid JDBC "start at 1" bit
@param statement the prepared statement the argument is to be bound to
@param ctx
@throws SQLException if anything goes wrong
-
org.sonar.api.batch.fs.FilePredicate.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.AddConfigSetQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.AddConstructorArgQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.AddConstructorParamQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.AddToConfigSetQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.CreateConstructorQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.CreateImportQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.CreateNewBeanQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.CreateNewClassQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.CreateNewMethodQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.RemoveConstructorArgQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.RemoveConstructorParamQuickFixProposal.apply()
-
org.springframework.ide.eclipse.quickfix.proposals.RenameToSimilarNameQuickFixProposal.apply()
-
org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder.apply()
Captures the {@link UserDetailsService} from any {@link UserDetailsAwareConfigurer}.
@param configurer the {@link UserDetailsAwareConfigurer} to capture the {@link UserDetailsService} from.
@return the {@link UserDetailsAwareConfigurer} for further customizations
@throws Exception if an error occurs
-
org.springframework.springfaces.template.ui.DecorateAllHandler.DecoratedChild.apply()
-
org.sqlite.SQLiteConfig.apply()
Apply the current configuration to connection
@param conn
@throws SQLException
-
org.switchyard.transform.TransformSequence.apply()
Apply this {@link TransformSequence} to the supplied {@link Message} instance.
@param message Message instance.
@param registry Transformation Registry.
-
org.tmatesoft.hg.internal.Patch.apply()
-
org.waveprotocol.wave.model.document.operation.DocOp.apply()
Essentially a visitor pattern.
-
org.waveprotocol.wave.model.operation.wave.AddParticipant.apply()
-
org.waveprotocol.wave.model.operation.wave.WaveletOperation.apply()
{@inheritDoc}This method delegates the operation logic to {@link #doApply(WaveletData)}, and then updates the wave's timestamp and version.
-
org.zkoss.poi.ss.format.CellFormat.apply()
-
play.mvc.results.Error.apply()
-
processing.core.PMatrix3D.apply()
-
pspdash.data.compiler.node.PValue.apply()
-
pspdash.data.compiler.node.Start.apply()
-
ptolemy.data.FunctionToken.apply()
Apply this function to the given list of arguments.
@param args the arguments to which the function is applied
@return The results of applying the arguments to this function.
@exception IllegalActionException If the arguments are notcompatible with this function, or an error occurs during evaluation.
-
purrpackagedemo.Transformation.apply()
-
purrpackagedemo.Transformation.Expansion.apply()
-
purrpackagedemo.Transformation.Rotation.apply()
-
purrpackagedemo.Transformation.Translation.apply()
-
quickml.supervised.featureEngineering.AttributesEnricher.apply()
-
ratpack.groovy.internal.RatpackDslClosureToHandlerTransformer.apply()
-
reportgen.factory.patch.ReportPatch.apply()
-
simplenlg.aggregation.ClauseCoordinationRule.apply()
Applies aggregation to two NLGElements e1 and e2, succeeding only if they are clauses (that is, e1.getCategory() == e2.getCategory == {@link simplenlg.framework.PhraseCategory#CLAUSE}).
-
simtools.ui.ActionRadioButton.apply()
apply its state to enable/disable other components
-
skadistats.clarity.parser.Peek.apply()
-
solver.search.strategy.decision.Decision.apply()
Apply the current decision
@throws ContradictionException
-
soot.Pack.apply()
-
soot.Unit.apply()
-
soot.Value.apply()
-
soot.jimple.Stmt.apply()
-
test.Replace.apply()
-
wyautl.rw.IterativeRewriter.apply()
-
wyautl.rw.StrategyRewriter.apply()
-
wycc.lang.Pipeline.apply()
Apply a list of modifiers in the order of appearance. Modifiers may remove stages, add new stages or reconfigure existing stages.
@param modifiers
-
wycs.transforms.TypePropagation.apply()
-
xenon3d.scene.GraphicsContext3D.apply()
Applies the specified appearance object.
@param app the appearance to apply
-
xerial.larray.LIntArray.apply()