Class ReadOnlyRestrictor

    • Constructor Detail

      • ReadOnlyRestrictor

        public ReadOnlyRestrictor()
        Deprecated.
    • Method Detail

      • doReadOnlyNetworkOperation

        public static <E extends Throwable> void doReadOnlyNetworkOperation​(@NotNull
                                                                            ActionThrow<E> actionThrow)
                                                                     throws E extends Throwable
        Deprecated.
        Throws:
        E extends Throwable
      • doReadOnlyNetworkOperation

        public static <R,​E extends Throwable> R doReadOnlyNetworkOperation​(@NotNull
                                                                                 FuncThrow<R,​E> actionThrow)
                                                                          throws E extends Throwable
        Deprecated.
        Throws:
        E extends Throwable
      • doReadOnlyCommandLine

        public static <E extends Throwable> void doReadOnlyCommandLine​(@NotNull
                                                                       ActionThrow<E> actionThrow)
                                                                throws E extends Throwable
        Deprecated.
        Throws:
        E extends Throwable
      • doReadOnlyCommandLine

        public static <R,​E extends Throwable> R doReadOnlyCommandLine​(@NotNull
                                                                            FuncThrow<R,​E> actionThrow)
                                                                     throws E extends Throwable
        Deprecated.
        Throws:
        E extends Throwable