Lambda or Arrow => It is used in lambda expressions treated as object to separate the input body from the lambda body on the right side. In Blogger, lambda expression is a nested operation to allow us to apply rules to whole sets of data (labels, posts, or comments, etc), rather than just individual instances.
Show Full Article»
|
Showing posts with the label Operator
snippet operator in Blogger is used to make excerpt or post summary. It can cut the maximum character in the Text such as article body based on parameter used by this operator.
Show Full Article»
|
The logical operators of Blogger are used to comparing a Boolean values, the result will returns as Boolean value. The concept of logical operators is simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value.
Show Full Article»
|
Concatenate Operator with symbol plus + .This operator used in the operation of joining two strings together. The symbol is same as Addition operator which is part of Arithmetic operator.
Show Full Article»
|
An arithmetic operator is a mathematical function that takes numerical values as their operands and return a single numerical value. The Blogger arithmetic operators are addition + , subtraction - , multiplication * , division / and modulo % . Also plus operator + is Concatenate operator that can joint two expression.
Show Full Article»
|
A comparison operator is a binary operator that takes two operands whose values are being compared. Comparison operators are used in conditional statements, where the result of the comparison decide whether execution should proceed. They form the key to program flow control, known as conditional processing. The result returns a Boolean value.
Show Full Article»
|
The range operator is used to control the output result as a shorthand way to set up arrays. When used with arrays, the range operator simplifies the process of creating arrays with contiguous sequences of numbers.
Show Full Article»
|
?: or ternary condition is the only operator that takes three argument. Like the Selectors, the first is a comparison argument, the second is the result upon a true comparison, and the third is the result upon a false comparison. This operator is frequently used as a shortcut for the if / else statement. An expression Baz ? Foo : Bar will ev…
Show Full Article»
|
The membership operators are used to validate the membership of a value. These operators are used to find out whether a value is a member of a sequence. The result of operation returns a Boolean value.
Show Full Article»
|
The resizeImage operators are useful when we want to ensure that an image is displayed in a suitable size. Generally this will be used to get a cropped thumbnail of an image If the ratio is provided, or to create a responsive image.
Show Full Article»
|
Blogger URL Constructor is the Operator to construct or manipulate the URL of Blogger. Replace the path of URL, append parameter, etc. The operator are path, params, appendParams and fragment.
Show Full Article»
|
About
Misc