类 RequestPredicates.RequestModifyingPredicate.Result
java.lang.Object
cn.taketoday.web.handler.function.RequestPredicates.RequestModifyingPredicate.Result
-
字段概要
字段修饰符和类型字段说明private static final RequestPredicates.RequestModifyingPredicate.Resultprivate final Consumer<ServerRequest>private static final RequestPredicates.RequestModifyingPredicate.Resultprivate final boolean -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidmodify(ServerRequest request) of(boolean value) of(boolean value, Consumer<ServerRequest> commit) booleanvalue()
-
字段详细资料
-
TRUE
-
FALSE
-
value
private final boolean value -
modify
-
-
构造器详细资料
-
Result
-
-
方法详细资料
-
of
-
of
public static RequestPredicates.RequestModifyingPredicate.Result of(boolean value, @Nullable Consumer<ServerRequest> commit) -
value
public boolean value() -
modify
-