-
Functions
- AllTrue
- AnyTrue
- Association
- BooleanQ
- CanonicalName
- CommonName
- Counts
- CountsBy
- DisjointQ
- Entity
- EntityProperties
- EntityProperty
- EntityTypeName
- EntityValue
- FileTemplate
- FirstCase
- FirstPosition
- GroupBy
- IntersectingQ
- JoinAcross
- Key
- Keys
- KeySort
- KeyUnion
- Lookup
- MaximalBy
- Merge
- MinimalBy
- NoneTrue
- NotebookTemplate
- PositionIndex
- SelectFirst
- StringTemplate
- SubsetQ
- TemplateApply
- TemplateExpression
- TemplateIf
- TemplateObject
- TemplateSequence
- TemplateSlot
- TemplateWith
- Values
- XMLTemplate
-
-
Functions
- AllTrue
- AnyTrue
- Association
- BooleanQ
- CanonicalName
- CommonName
- Counts
- CountsBy
- DisjointQ
- Entity
- EntityProperties
- EntityProperty
- EntityTypeName
- EntityValue
- FileTemplate
- FirstCase
- FirstPosition
- GroupBy
- IntersectingQ
- JoinAcross
- Key
- Keys
- KeySort
- KeyUnion
- Lookup
- MaximalBy
- Merge
- MinimalBy
- NoneTrue
- NotebookTemplate
- PositionIndex
- SelectFirst
- StringTemplate
- SubsetQ
- TemplateApply
- TemplateExpression
- TemplateIf
- TemplateObject
- TemplateSequence
- TemplateSlot
- TemplateWith
- Values
- XMLTemplate
-
Functions
New in 10.0: Core Language & Structure
Associations »
Association ( <|…|> ) — an association between keys and values
Key — indicate a key within a part specification
Keys ▪ Values ▪ Lookup ▪ KeySort ▪ KeyUnion
Merge — combine elements that have common keys
Counts, CountsBy — associate values with the number of times they occur
GroupBy — group values by collecting those sharing a criterion ("map reduce")
JoinAcross — combine lists of associations that match ("SQL join")
PositionIndex — build an index of positions at which values occur
Templates »
StringTemplate ▪ FileTemplate ▪ XMLTemplate ▪ NotebookTemplate
TemplateObject — general symbolic template
TemplateExpression — an arbitrary expression evaluated when the template is applied
TemplateApply ▪ TemplateSequence ▪ TemplateSlot ▪ TemplateIf ▪ TemplateWith ▪ ...
Entities »
EntityValue — get values for properties of entities
Entity — represent a particular entity in the world
EntityProperty ▪ EntityProperties ▪ CommonName ▪ CanonicalName ▪ EntityTypeName ▪ ...
Finding Elements »
SelectFirst, FirstCase, FirstPosition — find the first element satisfying a criterion
MaximalBy, MinimalBy — find elements that maximize, minimize a criterion
Testing Expressions »
AllTrue, AnyTrue, NoneTrue — apply a test multiple times across a list
IntersectingQ, DisjointQ, SubsetQ — compare elements of two sets