Class Peek<A,​FA extends Functor<A,​?>>

    • Field Detail

      • INSTANCE

        private static final Peek<?,​?> INSTANCE
        Deprecated.
    • Constructor Detail

      • Peek

        private Peek()
        Deprecated.
    • Method Detail

      • peek

        public static <A,​FA extends Functor<A,​?>> Peek<A,​FA> peek()
        Deprecated.
      • peek

        public static <A,​FA extends Functor<A,​?>> Fn1<FA,​FA> peek​(Fn1<? super A,​? extends IO<?>> effect)
        Deprecated.
      • peek

        public static <A,​FA extends Functor<A,​?>> FA peek​(Fn1<? super A,​? extends IO<?>> effect,
                                                                      FA fa)
        Deprecated.