Uses of Interface
io.hotmoka.exceptions.ExceptionSupplier
Packages that use ExceptionSupplier
-
Uses of ExceptionSupplier in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type ExceptionSupplierModifier and TypeMethodDescriptionstatic <T,E extends Exception>
TObjects.requireNonNull(T obj, ExceptionSupplier<? extends E> onNull) Checks that the specified object reference is notnull.static <T,E extends Exception>
TObjects.requireNonNull(T obj, String message, ExceptionSupplier<? extends E> onNull) Checks that the specified object reference is notnull.