Interface Try.TryMapper<T,​R>

All Superinterfaces:
UnChecked.CheckedFunction<T,​R>
Enclosing class:
Try<T>

public static interface Try.TryMapper<T,​R>
extends UnChecked.CheckedFunction<T,​R>
  • Method Summary

    Modifier and Type Method Description
    R apply​(T a)