Interface Forget<R,A,B>

All Superinterfaces:
App2<Forget.Mu<R>,A,B>

public interface Forget<R,A,B> extends App2<Forget.Mu<R>,A,B>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    run(A a)
     
    static <R, A, B> Forget<R,A,B>
    unbox(App2<Forget.Mu<R>,A,B> box)
     
  • Method Details