FunctionToken

besom.types.FunctionToken
object FunctionToken

See FunctionToken type for more information.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def from(s: String): FunctionToken

Parse a function token String into a FunctionToken.

Parse a function token String into a FunctionToken.

Value parameters

s

a function token string to parse

Attributes

Returns

a FunctionToken if the string is valid, otherwise an compile time error occurs

Implicits

Implicits

implicit inline def str2FunctionToken(inline s: String): FunctionToken