The method-chaining tag has no wiki summary.
0
votes
1answer
52 views
Mixing Space and Dot Notation on method chaining in Scala
This question is not about the recommended practices for notation in method chaining, its about understanding this particular case.
I am learning Scala and Play for about 2 weeks now. I have prior ...
1
vote
2answers
18 views
how to use mockito for method chains
I am facing problem while creating junit test cases for a method which contains below code .
I have to bypass this line using mock object.
...
1
vote
1answer
45 views
How to DRY my jQuery code in a single line
This is what I am trying to achieve -
Target "Deep Inner Product 2" & "Deep Inner Product 4" relative to
"Deep Inner Product 3" and color upper one with blue and lower with
teal.
Below ...
0
votes
1answer
29 views
Method Chaining causes compilation errors
When I try to write a one line with a chain of methods as shown below, I get a compilation error:
int index=data.getPlayer1().getIndex();
The error in this case is
Invalid arguments
But when ...
0
votes
1answer
48 views
Output a property with PHP5 and method chaining
I am playing with PHP5 and method chaining, following several StackOverflow examples.
I would like to set up a generic show() method able to print only the desired property, please see the example:
...
1
vote
1answer
55 views
Kohana `index.php` method chaining and minions?
In the Kohana index.php file, there's a clause I have two questions about:
if (PHP_SAPI == 'cli') // Try and load minion
{
class_exists('Minion_Task') OR die('Please enable the Minion module for CLI ...
0
votes
2answers
54 views
How does Greg Young's Fluent Interface work?
I'm trying to follow along this article: http://codebetter.com/gregyoung/2007/12/05/a-use-for-extension-methods/
I follow along fine up to this point:
Now that I have these I can decorate the ...
0
votes
2answers
47 views
Check for anonymous functions in PHP arrays?
How can we check for anonymous functions inside PHP arrays?
Example:
$array = array('callback' => function() {
die('calls back');
});
Can we then just simply use in_array, and to something ...
1
vote
1answer
67 views
How to use members of temporary instance in C++?
I have an object A with copy constructor and assignment operator which has a member QVector. I use it that way:
QVector<B*> x = GetA().GetVector();
x.at(0)->doSomething();
Now I want to do ...
2
votes
1answer
31 views
Resharper settings for method chaining
Is it possible to configure resharper to chop all methods in a method chain
e.g.
var query = list.Where(x => true).Select(x => x);
becomes
var query = list
.Where(x => true)
...
4
votes
2answers
52 views
Ruby: Accessing caller in method chain
I am trying to write an Or helper (based upon Not Method by Jay Fields). What I am trying to achieve is:
s = ""
s.nil? # false
s.empty? # true
s.nil? || s.empty? # true
...
0
votes
1answer
71 views
Cake PHP event chaining with Js Helper
Hello you coders out there,
I want to do an event chaining with the Js helper but can“t figure out how to do that with the cookbook.
Scenario:
I have an input field, which is fired onkeyup with ajax. ...
0
votes
1answer
43 views
Javascript chaining methods and processing time
I was working with a javascript API and I saw this quote:
Because JavaScript is a scripting language, every line of code takes up valuable processor time. One way to improve processor time is to ...
1
vote
3answers
68 views
What are downside and advantage of method chaining in jQuery? [closed]
What are downside and advantage of method chaining in jQuery ?
Is it faster than re-declaring selector?
1
vote
3answers
63 views
How to write jquery chainable functions for local using?
How to write chainable functions but do not pollute $.fn ? Write functions only for using inside my plugin. Is it possible?
$('.myclass').makeSomething().andOneMoreFunction().andLast();
It is ...
1
vote
1answer
106 views
Can you chain model calls in CodeIgniter [duplicate]
I'm trying to ensure I'm getting the most out of my models class, and I am recently new to the M in MVC. Assuming that in your model there exists functions like this:
public function by_year($year)
{
...
-2
votes
1answer
603 views
Why does my code produce “SyntaxError: unexpected tIDENTIFIER, expecting end-of-input” exceptions? [closed]
I keep getting an "Unexpected Identified, expecting END" type of error. Do I have an extra end? I suspect there may be more things wrong in the code, but this is my very first piece in Ruby. It tries ...
0
votes
3answers
52 views
What method can be used to print variables as inject iterates through a range?
Using method chaining I would like to amend the following code so that on each iteration the variables mult and n are printed. What method can help accomplish this?
(1..3).inject {|mult, n| mult * n}
...
0
votes
1answer
63 views
Abstracting away boiler plate sqlalchemy call to allow different options in a try/except block
I'm trying to abstract my sqlalchemy query call, the complete unmodified call looks like this:
Session.query(User).options(FromCache('redis1')).filter(User.id == user_id).all()
The dynamic parts I ...
1
vote
2answers
63 views
Functional programming languages with methods, method chaining etc
I've been investigating functional programming, and it occurred to me that there could be a functional language which has (immutable) objects with methods, and which therefore supports method chaining ...
3
votes
2answers
141 views
Delay to next function in method chain
I am trying to learn more about Method chaining in Javascript and would like to know the proper way to create a delay with no jQuery to the next function in the chain:
var foo = function() {
...
3
votes
2answers
95 views
jQuery Plugin development: how to use chainability right?
I'm trying to make a simple jQuery Plugin. I would like to call it's methods chained like this:
$("#div").myPlugin({
/* options */
}).add(".span", {
/* options */
}).add(".span", {
/* ...
0
votes
3answers
151 views
Calling JScript functions from VBScript - Parentheses
I'm trying to bring some sanity to a legacy Classic ASP application, and as part of this I'm trying to write a Fluent API for some JScript classes that I have created.
e.g. ...
3
votes
2answers
148 views
C++ chaining member functions using .chain().method() vers ->chained(0->method()
Short version of question
I seek advice as to whether to use ./*this versus ->/this,
i.e. C++ (*this).chained().methods() versus this->chained()->methods().
By the way, at the moment most of the ...
1
vote
3answers
39 views
JS: how to create optionally chainable methods
JS newbie question here:
Let's say I have some simple methods for string manipulation, like these silly examples:
var prepend = function(str) {
return 'foo ' + str
};
var exclaim = function(str) ...
2
votes
2answers
200 views
Java (Processing 1.5.1): Fluent interface @ multilevel inheritance via generics
I try to implement a fluent interface in my 2D game engine.
Simplified example of my implementation:
public class Sprite<T> {
protected float x = 0.0;
protected float y = 0.0;
...
0
votes
2answers
43 views
Can I do a generic chainable proc with jQuery?
I have this block :
return $( "<li></li>" )
.data( "item.autocomplete", item )
.append( "<a>" + item.label + "</a>" )
...
1
vote
4answers
105 views
Return 'this' as non-const from const member function
I want to do method chaining on class Point below.
#include <iostream>
class Point {
public:
Point(int x, int y): _x(x), _y(y) {}
Point& moveX(int x);
Point& moveY(int ...
0
votes
1answer
76 views
(php/oop) Method does not work in both directions
I have somme issue in PHP, I put this code in my index.php :
$test = $wke ->sql
->insert("test")
->values(array("foo" => "bar"))
->go();
This ...
1
vote
2answers
48 views
Chaining method calls together
For example record like this: property3->property2->property1 is understood for me, this means that property of class, is object of another class, for example:
class a {
public ...
-1
votes
1answer
96 views
How can I implement Method Chaining in PHP 5.x?
I have the following class written for PHP 5.4.x. Should this work as I expect?
class SqlBuilder {
private $dbTable;
private $action;
private $data;
private $clause;
public ...
0
votes
4answers
53 views
PHP OOP chaining methods
I have this code:
class one{
public $instance;
function instance(){
$this->instance = 'instance was created';
}
function execute(){
$this->instance .= "and ...
0
votes
1answer
178 views
How to get jQuery plugin to return specific element for chaining
I have a very crude jQuery plugin wrapping a checkbox with a css styled div and hiding the actual checkbox. I run the plugin on the input element, but want the plugin to return the wrapping div for ...
2
votes
5answers
304 views
Javascript chaining and variable substitute
I am trying to get javascript chaining to work using variable substitution. Not able to get it work. Help appreciated.
var Class = function() {
this.one = function() {
alert('one');
...
5
votes
2answers
191 views
Fluent Interfaces - Ensuring a new instance
I have a class that exposes a fluent interface style that I also want to be thread safe.
At the moment, calling chainable methods on an instance of the class sets up various collections with ...
3
votes
1answer
175 views
Fluent interfaces (method chaining) with backwards navigation
I need to build a class which makes use of method chaining. I understand the concept of method chaining. Example:
class Company
{
private String companyName;
public setCompanyName(String ...
0
votes
2answers
309 views
method chaining in python
(not to be confused with itertools.chain)
I was reading the following:
http://en.wikipedia.org/wiki/Method_chaining
My question is: what is the best way to implement method chaining in python?
Here ...
2
votes
2answers
69 views
Javascript class chaining map library
I work in a project with many modules implemented in 5-6 different JavaScript files.
Function 1 callback function 2 which callback function 3 etc...
Is there a library or software that can parse all ...
21
votes
8answers
710 views
Long delegation chains in C++
This is definitely subjective, but I'd like to try to avoid it
becoming argumentative. I think it could be an interesting question if
people treat it appropriately.
In my several recent ...
0
votes
1answer
150 views
OOP with method chaining in PHP
First of all - my English is bad so I hope you will understand. I have question involving method chaining on nested objects structure.
I'm trying to create some kind of a list with objects and sub ...
31
votes
6answers
2k views
Method Chaining in Java [closed]
While answering a few questions on here earlier and from some work I have been doing lately I have been wondering why Java does not support method chaining on its built in classes.
If I were to ...
1
vote
3answers
91 views
PHP Method Chaining and Strings
This is an interesting quirk I found while method chaining and I'm having difficulty bypassing it. I'm sure there's a solution or another way. It's tough to explain but I'll do my best.
Example:
You ...
7
votes
3answers
207 views
Method chaining with R
Is it possible to chain functions in R?
Sample data:
m <- matrix(c(1:10, 11:20), nrow = 10, ncol = 2)
For example, I would like to replace the following statements below:
step1 <- mean(m)
...
1
vote
2answers
273 views
Chaining jQuery.each()
I'm trying to add results from an object to newly created HTML elements:
*long chain of newly created elements*.append(
$("<div />").append(
$.each(myObj.results, function( ...
0
votes
2answers
118 views
PHP - determine last function-call from chained function-calls
When using chained functions, is there a way to determine if the current call is the last in the chain?
For example:
$oObject->first()->second()->third();
I want to check in first, second ...
0
votes
2answers
116 views
jQuery Method Chaining vs. C#/VB Lack of Method Chaining
What intrinsic properties of jQuery and the requirements it satisfies makes it such a good candidate for the builder pattern and method chaining?
Asked another way, could the C#/VB .NET core ...
4
votes
3answers
182 views
LINQ method chaining and granular error handling
I have a method which can be written pretty neatly through method chaining:
return viewer.ServerReport.GetParameters()
.Single(p => p.Name == Convention.Ssrs.RegionParamName)
.ValidValues
...
3
votes
3answers
1k views
Ruby Method Chaining
I would like to chain my own methods in Ruby. Instead of writing ruby methods and using them like this:
def percentage_to_i(percentage)
percentage.chomp('%')
percentage.to_i
end
percentage = ...
0
votes
1answer
126 views
C# Chain Delegates together with “unknown” signatures
I want to do the following:
private static Dictionary<string, Delegate> handlers = new Dictionary<string, Delegate>();
private static void RecievedMessage(object sender, ...
0
votes
1answer
79 views
PHP Method Chaining With Parent
Lets say i have the following code.
class A {
function one() {
return $this;
}
}
class B extends A {
function two() {
return $this;
}
}
Is there any way possible ...

