Class Re<S,​T,​A,​B>

    • Field Detail

      • INSTANCE

        private static final Re<?,​?,​?,​?> INSTANCE
    • Constructor Detail

      • Re

        private Re()
    • Method Detail

      • checkedApply

        public Optic<Profunctor<?,​?,​?>,​Const<T,​?>,​B,​B,​T,​T> checkedApply​(Optic<? super Tagged<?,​?>,​? super Identity<?>,​S,​T,​A,​B> optic)
        Description copied from interface: Fn1
        Invoke this function with the given argument, potentially throwing any Throwable.
        Specified by:
        checkedApply in interface Fn1<S,​T>
        Parameters:
        optic - the argument
        Returns:
        the result of the function application
      • re

        public static <S,​T,​A,​B> Re<S,​T,​A,​B> re()
      • re

        public static <S,​T,​A,​B> Optic<Profunctor<?,​?,​?>,​Const<T,​?>,​B,​B,​T,​T> re​(Optic<? super Tagged<?,​?>,​? super Identity<?>,​S,​T,​A,​B> optic)