Class Validation.Builder<E,​T1,​T2>

  • Enclosing class:
    Validation<E,​T>

    public static final class Validation.Builder<E,​T1,​T2>
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      <R> Validation<Seq<E>,​R> ap​(Function2<T1,​T2,​R> f)  
      <T3> Validation.Builder3<E,​T1,​T2,​T3> combine​(Validation<E,​T3> v3)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait