public Func <T, bool> Compile <T>(string json) { return(RuleCompiler.Compile <T>(json)); }
public Func <T, bool> Compile <T>(Rule rule) { return(RuleCompiler.Compile <T>(rule)); }