public class Any extends Object
Any()
static <T,X extends Throwable>T
or(T origin, Supplier<? extends X> exceptionSupplier)
static <T> T
or(T origin, T defaultVal)
orGet(T origin, Supplier<? extends T> other)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Any()
public static <T> T or(T origin, T defaultVal)
public static <T,X extends Throwable> T or(T origin, Supplier<? extends X> exceptionSupplier) throws X extends Throwable
X extends Throwable
public static <T> T orGet(T origin, Supplier<? extends T> other)
Copyright © 2024. All rights reserved.