@FunctionalInterface public interface Callback
Modifier and Type | Method and Description |
---|---|
void |
call() |
static Callback |
exceptionThrowingCallback(String message) |
static Callback |
exceptionThrowingCallback(String message,
Function<String,? extends RuntimeException> exceptionBuilder) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.