@Stability.Internal public class CbObjects extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
defaultIfNull(T value,
Supplier<? extends T> defaultValueSupplier) |
static <T> T |
defaultIfNull(T value,
T defaultValue) |
public static <T> T defaultIfNull(T value, T defaultValue)
public static <T> T defaultIfNull(T value, Supplier<? extends T> defaultValueSupplier)
Copyright © 2020 Couchbase, Inc.. All rights reserved.