Class Validation.Builder4<E,​T1,​T2,​T3,​T4>

  • Enclosing class:
    Validation<E,​T>

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

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

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