Class Validation.Builder3<E,​T1,​T2,​T3>

  • Enclosing class:
    Validation<E,​T>

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

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

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