Interface Blocks.Block5<T1,T2,T3,T4,T5>

Enclosing class:
Blocks
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Blocks.Block5<T1,T2,T3,T4,T5>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Capture<? extends T1> v1, Capture<? extends T2> v2, Capture<? extends T3> v3, Capture<? extends T4> v4, Capture<? extends T5> v5)