Interface SafetyFunction<T,​R>

Type Parameters:
T - input generic param, has used to ResultSet
R - out generic param, has used to returns an object type
All Superinterfaces:
java.util.function.Function<T,​R>

public interface SafetyFunction<T,​R>
extends java.util.function.Function<T,​R>
Is trying block functional interface
  • Method Summary

    Modifier and Type Method Description
    default R apply​(T t)  
    R applyThrowning​(T t)  

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Method Details

    • apply

      default R apply​(T t)
      Specified by:
      apply in interface java.util.function.Function<T,​R>
    • applyThrowning

      R applyThrowning​(T t) throws java.lang.Exception
      Throws:
      java.lang.Exception