Interface SingleFetcher<T>

    • Method Detail

      • fetchOne

        @Deprecated
        default com.atlassian.fugue.Option<T> fetchOne()
        Deprecated.
        since 6.13.0, use {fetch()}
      • fetchOrNull

        default T fetchOrNull()
        Since:
        6.13.0