Interface ApacheLang3Support.PairMixIn<L,R>

Enclosing interface:
ApacheLang3Support

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

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

    • of

      static <L, R> Object of(L left, R right)
    • setValue

      Object setValue(Object value)