示例#1
0
func (this *Successor) Apply(context Context, arg value.Value) (value.Value, error) {
	return arg.Successor(), nil
}