Class BinaryPolyFunc.CaseBuilder<A,​B>

  • Enclosing interface:
    BinaryPolyFunc

    public static class BinaryPolyFunc.CaseBuilder<A,​B>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CaseBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> java.lang.Object apply​(scala.Function2<A,​B,​R> f)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CaseBuilder

        public CaseBuilder()
    • Method Detail

      • apply

        public <R> java.lang.Object apply​(scala.Function2<A,​B,​R> f)