T
public static class Assert.AssertResult<T> extends Object
AssertResult()
static <T> Assert.AssertResult<T>
build(T t, boolean isTrue)
or(Supplier<T> supplier)
or(T t)
orThrows(RuntimeException e)
orThrows(Supplier<RuntimeException> supplier)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AssertResult()
public static <T> Assert.AssertResult<T> build(T t, boolean isTrue)
public T or(T t)
public T or(Supplier<T> supplier)
public T orThrows(RuntimeException e)
public T orThrows(Supplier<RuntimeException> supplier)
Copyright © 2023 EFCloud. All rights reserved.