コード例 #1
0
ファイル: func_comp.go プロジェクト: pkdevboxy/query
func (this *Successor) Apply(context Context, arg value.Value) (value.Value, error) {
	return arg.Successor(), nil
}