Documentation
¶
Index ¶
- func AsObservable[T any](val reflect.Value) (obsfx2.ObservableValue[T], bool)
- func GetPropertyType(typ reflect.Type) reflect.Type
- func IsObservable(typ reflect.Type) bool
- func IsObservableList(typ reflect.Type) bool
- func IsObservableMap(typ reflect.Type) bool
- func IsObservableSet(typ reflect.Type) bool
- func IsProperty(typ reflect.Type) bool
- type NodeType
- type ReflectedNodeType
- type ReflectedProperty
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsObservable ¶
func IsObservable ¶
func IsObservableList ¶
func IsObservableMap ¶
func IsObservableSet ¶
func IsProperty ¶
Types ¶
type NodeType ¶
type NodeType interface { Type() reflect.Type ObservableProperties() []ReflectedProperty GetProperty(name string) ReflectedProperty }
func NewReflectedNodeType ¶
func ReflectType ¶
func ReflectValue ¶
type ReflectedNodeType ¶
type ReflectedNodeType struct {
// contains filtered or unexported fields
}
func (ReflectedNodeType) GetProperty ¶
func (r ReflectedNodeType) GetProperty(name string) ReflectedProperty
func (ReflectedNodeType) ObservableProperties ¶
func (r ReflectedNodeType) ObservableProperties() []ReflectedProperty
func (ReflectedNodeType) Type ¶
func (r ReflectedNodeType) Type() reflect.Type
type ReflectedProperty ¶
Click to show internal directories.
Click to hide internal directories.