Interface ApacheLang3Support.TripleMixIn<L,M,R>

Enclosing interface:
ApacheLang3Support

public static interface ApacheLang3Support.TripleMixIn<L,M,R>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <L, M, R> Object
    of(L left, M middle, R right)
     
  • Method Details

    • of

      static <L, M, R> Object of(L left, M middle, R right)