FunctorMap |
A map of all functors that have resulted in the execution of a functor.
|
jAnd |
Created by Jeff Gaynor
on 2/27/18 at 8:57 AM
|
jContains |
contains[needle,haystack]
This will search for needle in haystack and return true if found.
|
jElse |
Created by Jeff Gaynor
on 2/27/18 at 10:40 AM
|
jEndsWith |
A functor for checking if one string ends with another.
|
jEquals |
A functor to test simple string equality.
|
jExists |
A functor to test if a string exists.
|
jFalse |
The functor that is always logically false.
|
jIf |
Created by Jeff Gaynor
on 2/27/18 at 9:12 AM
|
jMatch |
match[target, regex]
Returns a boolean if the regex finds a match in the target.
|
jNot |
Created by Jeff Gaynor
on 2/27/18 at 9:13 AM
|
jOr |
Created by Jeff Gaynor
on 2/27/18 at 9:11 AM
|
jStartsWith |
A functor for checking if one string starts with another.
|
jStringComparisons |
Top level class used by all comparison and string search functions.
|
jThen |
A model for all consequents.
|
jTrue |
The functor that is always logically true.
|
jXOr |
This is the exclusive OR operator.
|