Interface TtlWrapper<T>

    • Method Detail

      • unwrap

        @NonNull
        T unwrap()
        unwrap TtlWrapper to the original/underneath one.

        this method is null-safe, when input BiFunction parameter is null, return null; if input parameter is not a TtlWrapper just return input.

        so unwrap will always return the same input object.

        See Also:
        TtlUnwrap.unwrap(Object)