Monday, September 12, 2016

Manage labels...


Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Post Older Post Home

Scala (Labels)

  • aaaaa|_Basics_______________________
  • aaaab| Scala Shell : 101
  • aaaac| Scala Script : 101
  • aaaad| Scala Application
  • aaaae| 'val' & 'var'
  • aaaag| Function : 101
  • aaaah| Object : 101
  • aaaai| Trait
  • aaaak| Scala-Java_Mapping
  • aaaam| Type Inference
  • aaaap| Side Effect
  • aaaaq| Parameterization
  • aaaar| File I/O
  • aaaas| Iterator
  • aaaat| Compile / Execute
  • aaaau| Package
  • aaaav| String Interpolation
  • aaaaw| Infix / Prefix / Postfix
  • aaaax| Short Circuit Operators
  • aaaay| Accessing Java
  • aaaaz| Identifiers
  • aaaba| Access Scope
  • aaaba| Namespace
  • aaabc| Reassignment
  • aaabd| Pattern Matching
  • aaabf| Class Hierarchy
  • aaabg| JVM
  • aaabh| Uniform Access Principle
  • aaabj| covariant
  • aaabl| Zero Value
  • aabaa|_Symbols______________________
  • aabab| : (Colon)
  • aabac| = (Equal to)
  • aabad| {} (Curly Brace)
  • aabae| ; (Semicolon)
  • aabaf| =>
  • aabag| () Parenthesis
  • aabah| [] Square Bracket
  • aabai| <-
  • aabaj| :: Cons Operator
  • aabak| :::
  • aabal| :+
  • aabam| _ Underscore
  • aaban| PlusEqual
  • aabao| ->
  • aabap| """
  • aabaq| $
  • aabar| /: Fold left
  • aabar| ` Backtick
  • aabas| :\ Fold Right
  • aabas| PlusPlus
  • aabat| @
  • aabau| _*
  • aabav| _=
  • aabaw| = _
  • aabax| .r
  • aacaa|_Data_Type(Building_Blocks)___
  • aacab| Any
  • aacab| AnyRef
  • aacab| AnyVal
  • aacab| Unit (void)
  • aacad| Nil
  • aacag| Numeric Literals
  • aacah| String Literal
  • aacai| Null
  • aacaj| Nothing
  • aacak| Custom Value Class
  • aacal| Option
  • aacam| Some
  • aacan| None
  • aaeaa|_Data_Type(Collections)_______
  • aaeab| Array
  • aaeab| ArrayBuffer
  • aaeac| Map
  • aaead| List
  • aaeae| ListBuffer
  • aaeag| Tuple
  • aaeai| Set
  • aaeaj| HashSet
  • aaeam| HashMap
  • aaezx| What to use?
  • aakaa|_Expressions__________________
  • aakab| if()
  • aakac| do/while
  • aakad| for()
  • aakae| try/catch
  • aakaf| match
  • aakag| break/continue
  • abaaa|_Functions____________________
  • abaab| Syntax
  • abaad| Nested / Local Function
  • abaai| Function Literal
  • abaaj| Function Value
  • abaak| Placeholder Syntax
  • abaal| Partially Applied Function
  • abaao| Closures
  • abaar| Special Calling Forms
  • abaaw| Currying
  • abaaz| By-name parameters
  • abcaa|_Useful_Functions_____________
  • abcab| require()
  • abcac| zip()
  • acaaa|_Methods______________________
  • acaac| Factory Method
  • acaag| Parameterless Method
  • acaah| Empty-paren method
  • accaa|_Useful_methods_______________
  • accad| to()
  • accae| update()
  • accaf| toString()
  • accag| apply()
  • acgaa|_Regular_Expression___________
  • acgac| Regex
  • acgad| Capture Groups
  • acgga| findFirstMatchIn()
  • agaaa|_Class________________________
  • agaab| Syntax
  • agaac| Access Modifiers
  • agaad| Class Parameters
  • agaad| Primary Constructor
  • agaae| Auxiliary Constructor
  • agaae| Override
  • agaaj| Companion Class
  • agaak| Method Overloading
  • agaao| Implicit Conversion
  • agbaa| Abstract Class
  • agbae| Extend a Class
  • agbai| 'override' modifier
  • agbal| Parametric Fields
  • agbap| Superclass Constructor
  • agbat| 'final' modifier
  • agbay| case class
  • agbbc| Getter & Setter
  • alaaa|_Objects______________________
  • alaab| main()
  • alaac| Standalone Object
  • alaad| Companion Object
  • aqaaa|_Trait________________________
  • aqaab| Trait 101
  • aqaac| Mixins
  • aqaaf| 'Ordered' trait
  • aqaak| Stackable Traits
  • caaaa|_Assertion_n_Tests____________
  • caaad| assert()
  • caaag| ensuring()
  • cbaaa|_Scalatest____________________
  • cbaad| FunSuite
  • cbaag| assertThrows()
  • cbaak| assertResult()
  • cbaap| DiagrammedAssertions
  • cbaau| intercept()
  • daaaa|_Pattern_Matching_____________
  • daaae| case class
  • daaag| Constructor Pattern
  • daaaj| Constant Pattern
  • daaam| Variable Pattern
  • daaaq| Symbolic Constants
  • daaat| Wildcard Pattern
  • daaaw| Sequence Pattern
  • daaay| Variable Binding
  • daaba| Typed Pattern
  • daabe| Type Erasure
  • daabg| Pattern Gaurd
  • daabi| Sealed Class
  • daabk| Defining Variables
  • daabm| Partial Function
  • daabo| Pattern in for
  • ddaaa|_List_Operations______________
  • ddaac| head
  • ddaaf| tail
  • ddaai| isEmpty
  • ddaal| Pattern in List
  • ddaap| First Order Methods
  • ddaaq| Higher Order methods
  • ddaar| Companion Object Methods
  • ddaau| Multi list Processing
  • zwaaa|_Patterns_____________________
  • zwaae| Extractor Pattern
  • zwaai| Infix Operator Pattern
  • zyaaa|_Others_______________________
  • zyaab| Compilation Errors
  • zyaac| Compilation Warnings
  • zyaad| API Documentation
  • zyaad| Exception
  • zzaaa|_Best_Practice________________
  • zzaab| Readbility
  • zzaae| Beware
  • zzzzz| others