All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.msgpack.template.GenericOptionTemplate.scala Maven / Gradle / Ivy

The newest version!
package org.msgpack.template

import org.msgpack.unpacker.Unpacker
import org.msgpack.packer.Packer

/**
 *
 * User: takeshita
 * Create: 12/04/21 3:23
 */

class GenericOptionTemplate extends GenericTemplate {

  def build(params: Array[Template[_]]) = {
    new OptionTemplate[Any](params(0).asInstanceOf[Template[Any]])
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy