Uses of Class
cloud.opencode.base.functional.pattern.Case
Packages that use Case
Package
Description
OpenCode Functional - Functional Programming Utilities for JDK 25+
OpenCode 函数式编程工具库
Pattern Matching - Enhanced pattern matching utilities
模式匹配 - 增强的模式匹配工具
-
Uses of Case in cloud.opencode.base.functional
Methods in cloud.opencode.base.functional that return Case -
Uses of Case in cloud.opencode.base.functional.pattern
Methods in cloud.opencode.base.functional.pattern that return CaseModifier and TypeMethodDescriptionstatic <T,R> Case <T, R> Create a case for value equality matching 创建值相等匹配分支static <T,R> Case <T, R> Create a case for null matching 创建 null 匹配分支static <T,U, R> Case <T, R> Create a case from a custom pattern 从自定义模式创建分支static <T,R> Case <T, R> Create a default case that always matches 创建始终匹配的默认分支static <T,U, R> Case <T, R> Create a case for type matching 创建类型匹配分支static <T,R> Case <T, R> Create a case for predicate matching 创建谓词匹配分支Methods in cloud.opencode.base.functional.pattern with parameters of type Case