Package com.openai.core
Class Check
-
- All Implemented Interfaces:
public final class Check
-
-
Method Summary
Modifier and Type Method Description final static Unit
checkRequired(String name, Boolean condition)
final static <T extends Any> T
checkRequired(String name, T value)
-
-
Method Detail
-
checkRequired
final static Unit checkRequired(String name, Boolean condition)
-
checkRequired
final static <T extends Any> T checkRequired(String name, T value)
-
-
-
-